Searched refs:SMP_OobDataReply (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/stack/include/ |
H A D | smp_api.h | 163 extern void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res,
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_smp_api.cc | 67 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply() function
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_smp_smp_api.cc | 67 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply() function
|
/aosp12/system/bt/stack/smp/ |
H A D | smp_api.cc | 460 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply() function
|
/aosp12/system/bt/stack/btm/ |
H A D | btm_ble.cc | 326 SMP_OobDataReply(bd_addr, res_smp, len, p_data); in BTM_BleOobDataReply()
|