Searched refs:invoke_pin_request_cb (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/test/common/ |
D | core_interface.cc | 31 .invoke_pin_request_cb = invoke_pin_request_cb,
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bluetooth_interface.cc | 35 void invoke_pin_request_cb(RawAddress /* bd_addr */, bt_bdname_t /* bd_name */, in invoke_pin_request_cb() function
|
/packages/modules/Bluetooth/system/btif/include/ |
D | mock_core_callbacks.h | 43 .invoke_pin_request_cb = [](RawAddress /* bd_addr */,
|
D | core_callbacks.h | 40 void (*invoke_pin_request_cb)(RawAddress bd_addr, bt_bdname_t bd_name, member
|
D | btif_common.h | 150 void invoke_pin_request_cb(RawAddress bd_addr, bt_bdname_t bd_name,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | bluetooth.cc | 351 .invoke_pin_request_cb = invoke_pin_request_cb, in CreateInterfaceToProfiles() 1318 void invoke_pin_request_cb(RawAddress bd_addr, bt_bdname_t bd_name, in invoke_pin_request_cb() function
|
D | btif_dm.cc | 1056 GetInterfaceToProfiles()->events->invoke_pin_request_cb( in btif_dm_pin_req_evt() 3843 GetInterfaceToProfiles()->events->invoke_pin_request_cb(bd_addr, bd_name, cod, in btif_dm_ble_passkey_req_evt()
|