Home
last modified time | relevance | path

Searched refs:is_yes (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hcicmds.h511 std::function<void(const RawAddress& bd_addr, bool is_yes)> body{
513 void operator()(const RawAddress& bd_addr, bool is_yes) { in operator()
514 body(bd_addr, is_yes); in operator()
Dmock_stack_hcic_hcicmds.cc300 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes) { in btsnd_hcic_user_conf_reply() argument
302 test::mock::stack_hcic_hcicmds::btsnd_hcic_user_conf_reply(bd_addr, is_yes); in btsnd_hcic_user_conf_reply()
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h157 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes);
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc1381 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes) { in btsnd_hcic_user_conf_reply() argument
1388 if (!is_yes) { in btsnd_hcic_user_conf_reply()