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.h407 } tBTM_SEC_SERV_REC; typedef
465 tBTM_SEC_SERV_REC* p_cur_service;
815 tBTM_SEC_SERV_REC sec_serv_rec[BTM_SEC_MAX_SERVICE_RECORDS];
817 tBTM_SEC_SERV_REC* p_out_serv;
Dbtm_sec.cc64 tBTM_SEC_SERV_REC* btm_sec_find_first_serv(bool is_originator, uint16_t psm);
65 static tBTM_SEC_SERV_REC* btm_sec_find_next_serv(tBTM_SEC_SERV_REC* p_cur);
66 static tBTM_SEC_SERV_REC* btm_sec_find_mx_serv(uint8_t is_originator,
111 tBTM_SEC_SERV_REC* p_serv_rec);
215 tBTM_SEC_SERV_REC* p_serv_rec) { in btm_serv_trusted()
495 tBTM_SEC_SERV_REC* p_srec; in btm_sec_set_security_level()
532 memset(p_srec, 0, sizeof(tBTM_SEC_SERV_REC)); in btm_sec_set_security_level()
652 tBTM_SEC_SERV_REC* p_srec = &btm_cb.sec_serv_rec[0]; in BTM_SecClrService()
687 tBTM_SEC_SERV_REC* p_srec = &btm_cb.sec_serv_rec[0]; in btm_sec_clr_service_by_psm()
1793 tBTM_SEC_SERV_REC* p_serv_rec = &btm_cb.sec_serv_rec[0]; in BTM_SetOutService()
[all …]
Dbtm_int.h269 extern tBTM_SEC_SERV_REC* btm_sec_find_first_serv(CONNECTION_TYPE conn_type,
Dbtm_ble.cc1055 tBTM_SEC_SERV_REC* p_serv_rec = btm_sec_find_first_serv(is_originator, psm); in btm_ble_start_sec_check()