Home
last modified time | relevance | path

Searched refs:btm_ble_link_sec_check (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc69 struct btm_ble_link_sec_check btm_ble_link_sec_check; variable
276 void btm_ble_link_sec_check(const RawAddress& bd_addr, in btm_ble_link_sec_check() function
280 test::mock::stack_btm_ble::btm_ble_link_sec_check(bd_addr, auth_req, in btm_ble_link_sec_check()
Dmock_stack_btm_ble.h465 struct btm_ble_link_sec_check { struct
475 extern struct btm_ble_link_sec_check btm_ble_link_sec_check; argument
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.h50 void btm_ble_link_sec_check(const RawAddress& bd_addr,
Dbtm_ble_sec.cc673 btm_ble_link_sec_check(bdaddr, auth_req, &ble_sec_act); in btm_ble_determine_security_act()
1054 void btm_ble_link_sec_check(const RawAddress& bd_addr, in btm_ble_link_sec_check() function
1156 btm_ble_link_sec_check(bd_addr, auth_req, &sec_req_act); in btm_ble_set_encryption()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc284 btm_ble_link_sec_check(p_tcb->peer_bda, auth_req, &sec_act); in gatt_determine_sec_act()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc472 btm_ble_link_sec_check(p_cb->pairing_bda, auth_req, &sec_req_act); in smp_proc_sec_req()