Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc62 struct BTM_SecurityGrant BTM_SecurityGrant; variable
238 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in BTM_SecurityGrant() function
240 test::mock::stack_btm_ble::BTM_SecurityGrant(bd_addr, res); in BTM_SecurityGrant()
Dmock_stack_btm_ble.h364 struct BTM_SecurityGrant { struct
371 extern struct BTM_SecurityGrant BTM_SecurityGrant; argument
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc278 BTM_SecurityGrant(bd_addr, res); in BTA_DmBleSecurityGrant()
281 base::BindOnce(BTM_SecurityGrant, bd_addr, res)); in BTA_DmBleSecurityGrant()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_sec_api.h87 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res);
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc248 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in BTM_SecurityGrant() function