Searched refs:BTM_BleOobDataReply (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_ble.cc | 44 struct BTM_BleOobDataReply BTM_BleOobDataReply; variable 142 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply() function 145 test::mock::stack_btm_ble::BTM_BleOobDataReply(bd_addr, res, len, p_data); in BTM_BleOobDataReply()
|
D | mock_stack_btm_ble.h | 97 struct BTM_BleOobDataReply { struct 107 extern struct BTM_BleOobDataReply BTM_BleOobDataReply; argument
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_sec_api.h | 133 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len,
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_sec.cc | 340 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply() function
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 3895 BTM_BleOobDataReply(req_oob_type->bd_addr, 0, 16, oob_cb.p192_data.sm_tk); in btif_dm_ble_oob_req_evt()
|