Home
last modified time | relevance | path

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

/system/bt/stack/test/common/
Dmock_bta_dm_act.cc84 void bta_dm_pin_reply(std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg) { in bta_dm_pin_reply()
/system/bt/bta/dm/
Dbta_dm_api.cc179 std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg = in BTA_DmPinReply()
180 std::make_unique<tBTA_DM_API_PIN_REPLY>(); in BTA_DmPinReply()
Dbta_dm_int.h94 } tBTA_DM_API_PIN_REPLY; typedef
486 extern void bta_dm_pin_reply(std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg);
Dbta_dm_act.cc771 void bta_dm_pin_reply(std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg) { in bta_dm_pin_reply()
/system/bt/test/mock/
Dmock_bta_dm_act.cc110 void bta_dm_pin_reply(std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg) { in bta_dm_pin_reply()