Searched refs:btm_ble_link_sec_check (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_ble.cc | 69 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()
|
D | mock_stack_btm_ble.h | 465 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/ |
D | btm_ble_sec.h | 50 void btm_ble_link_sec_check(const RawAddress& bd_addr,
|
D | btm_ble_sec.cc | 673 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/ |
D | gatt_auth.cc | 284 btm_ble_link_sec_check(p_tcb->peer_bda, auth_req, &sec_act); in gatt_determine_sec_act()
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_act.cc | 472 btm_ble_link_sec_check(p_cb->pairing_bda, auth_req, &sec_req_act); in smp_proc_sec_req()
|