Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h520 } tBTM_SEC_SERV_REC; typedef
594 tBTM_SEC_SERV_REC *p_cur_service;
942 tBTM_SEC_SERV_REC sec_serv_rec[BTM_SEC_MAX_SERVICE_RECORDS];
945 tBTM_SEC_SERV_REC *p_out_serv;
1220 extern tBTM_SEC_SERV_REC *btm_sec_find_first_serv (CONNECTION_TYPE conn_type, UINT16 psm);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c60 static tBTM_SEC_SERV_REC *btm_sec_find_next_serv (tBTM_SEC_SERV_REC *p_cur);
61 static tBTM_SEC_SERV_REC *btm_sec_find_mx_serv (UINT8 is_originator, UINT16 psm,
101 static BOOLEAN btm_serv_trusted(tBTM_SEC_DEV_REC *p_dev_rec, tBTM_SEC_SERV_REC *p_serv_rec);
207 static BOOLEAN btm_serv_trusted(tBTM_SEC_DEV_REC *p_dev_rec, tBTM_SEC_SERV_REC *p_serv_rec) in btm_serv_trusted()
514 tBTM_SEC_SERV_REC *p_srec; in btm_sec_set_security_level()
568 memset (p_srec, 0, sizeof(tBTM_SEC_SERV_REC)); in btm_sec_set_security_level()
733 tBTM_SEC_SERV_REC *p_srec = &btm_cb.sec_serv_rec[0]; in BTM_SecClrService()
773 tBTM_SEC_SERV_REC *p_srec = &btm_cb.sec_serv_rec[0]; in btm_sec_clr_service_by_psm()
1941 tBTM_SEC_SERV_REC *p_serv_rec = &btm_cb.sec_serv_rec[0]; in BTM_SetOutService()
2088 tBTM_SEC_SERV_REC *p_serv_rec; in btm_sec_l2cap_access_req()
[all …]
Dbtm_ble.c1076 tBTM_SEC_SERV_REC *p_serv_rec = btm_sec_find_first_serv (is_originator, psm); in btm_ble_start_sec_check()