Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h1220 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_ble.c1076 tBTM_SEC_SERV_REC *p_serv_rec = btm_sec_find_first_serv (is_originator, psm); in btm_ble_start_sec_check()
Dbtm_sec.c2117 p_serv_rec = btm_sec_find_first_serv (conn_type, psm); in btm_sec_l2cap_access_req()
5498 tBTM_SEC_SERV_REC *btm_sec_find_first_serv (CONNECTION_TYPE conn_type, UINT16 psm) in btm_sec_find_first_serv() function