Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_int.h31 } tBTA_DM_API_PIN_REPLY; typedef
90 void bta_dm_pin_reply(std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg);
Dbta_dm_sec_api.cc73 std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg = in BTA_DmPinReply()
74 std::make_unique<tBTA_DM_API_PIN_REPLY>(); in BTA_DmPinReply()
Dbta_dm_sec.cc174 void bta_dm_pin_reply(std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg) { in bta_dm_pin_reply()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.h439 std::function<void(std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg)> body{
440 [](std::unique_ptr<tBTA_DM_API_PIN_REPLY> /* msg */) {}};
441 void operator()(std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg) { in operator()
Dmock_bta_dm_act.cc225 void bta_dm_pin_reply(std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg) { in bta_dm_pin_reply()