Home
last modified time | relevance | path

Searched refs:SMP_SecurityGrant (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dsmp_api.h109 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_smp_api.cc64 void SMP_SecurityGrant(const RawAddress& /* bd_addr */, tSMP_STATUS /* res */) { in SMP_SecurityGrant() function
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc172 SMP_SecurityGrant(kDummyAddr, SMP_SUCCESS); in smp_callback()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_api.cc202 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res) { in SMP_SecurityGrant() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc256 SMP_SecurityGrant(bd_addr, res_smp); in BTM_SecurityGrant()