Searched refs:BTM_SecurityGrant (Results 1 – 5 of 5) sorted by relevance
62 struct BTM_SecurityGrant BTM_SecurityGrant; variable238 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in BTM_SecurityGrant() function240 test::mock::stack_btm_ble::BTM_SecurityGrant(bd_addr, res); in BTM_SecurityGrant()
364 struct BTM_SecurityGrant { struct371 extern struct BTM_SecurityGrant BTM_SecurityGrant; argument
278 BTM_SecurityGrant(bd_addr, res); in BTA_DmBleSecurityGrant()281 base::BindOnce(BTM_SecurityGrant, bd_addr, res)); in BTA_DmBleSecurityGrant()
87 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res);
248 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in BTM_SecurityGrant() function