Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsmp_api.h117 extern void SMP_SecurityGrant(const RawAddress& bd_addr, uint8_t res);
/system/bt/stack/smp/
Dsmp_api.cc249 void SMP_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in SMP_SecurityGrant() function
/system/bt/stack/btm/
Dbtm_ble.cc312 SMP_SecurityGrant(bd_addr, res_smp); in BTM_SecurityGrant()