Home
last modified time | relevance | path

Searched refs:tBTM_SEC_SERV_REC (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btm/
Dbtm_int_types.h392 } tBTM_SEC_SERV_REC; typedef
450 tBTM_SEC_SERV_REC* p_cur_service;
769 tBTM_SEC_SERV_REC sec_serv_rec[BTM_SEC_MAX_SERVICE_RECORDS];
771 tBTM_SEC_SERV_REC* p_out_serv;
Dbtm_sec.cc65 tBTM_SEC_SERV_REC* btm_sec_find_first_serv(bool is_originator, uint16_t psm);
66 static tBTM_SEC_SERV_REC* btm_sec_find_next_serv(tBTM_SEC_SERV_REC* p_cur);
67 static tBTM_SEC_SERV_REC* btm_sec_find_mx_serv(uint8_t is_originator,
105 tBTM_SEC_SERV_REC* p_serv_rec);
209 tBTM_SEC_SERV_REC* p_serv_rec) { in btm_serv_trusted()
424 tBTM_SEC_SERV_REC* p_srec; in BTM_SetSecurityLevel()
459 memset(p_srec, 0, sizeof(tBTM_SEC_SERV_REC)); in BTM_SetSecurityLevel()
579 tBTM_SEC_SERV_REC* p_srec = &btm_cb.sec_serv_rec[0]; in BTM_SecClrService()
614 tBTM_SEC_SERV_REC* p_srec = &btm_cb.sec_serv_rec[0]; in btm_sec_clr_service_by_psm()
1532 tBTM_SEC_SERV_REC* p_serv_rec = &btm_cb.sec_serv_rec[0]; in BTM_SetOutService()
[all …]
Dbtm_int.h265 extern tBTM_SEC_SERV_REC* btm_sec_find_first_serv(CONNECTION_TYPE conn_type,
Dbtm_ble.cc1067 tBTM_SEC_SERV_REC* p_serv_rec = btm_sec_find_first_serv(is_originator, psm); in btm_ble_start_sec_check()