Searched refs:tBTA_DM_API_PIN_REPLY (Results 1 – 5 of 5) sorted by relevance
31 } tBTA_DM_API_PIN_REPLY; typedef90 void bta_dm_pin_reply(std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg);
73 std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg = in BTA_DmPinReply()74 std::make_unique<tBTA_DM_API_PIN_REPLY>(); in BTA_DmPinReply()
174 void bta_dm_pin_reply(std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg) { in bta_dm_pin_reply()
439 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()
225 void bta_dm_pin_reply(std::unique_ptr<tBTA_DM_API_PIN_REPLY> msg) { in bta_dm_pin_reply()