Searched refs:BTM_SecurityGrant (Results 1 – 5 of 5) sorted by relevance
179 extern void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res);
516 do_in_main_thread(FROM_HERE, base::Bind(BTM_SecurityGrant, bd_addr, res)); in BTA_DmBleSecurityGrant()
568 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res);
823 void bluetooth::shim::BTM_SecurityGrant(const RawAddress& bd_addr, in BTM_SecurityGrant() function in bluetooth::shim
347 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in BTM_SecurityGrant() function349 return bluetooth::shim::BTM_SecurityGrant(bd_addr, res); in BTM_SecurityGrant()