Searched refs:is_yes (Results 1 – 4 of 4) sorted by relevance
511 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()
300 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes) { in btsnd_hcic_user_conf_reply() argument302 test::mock::stack_hcic_hcicmds::btsnd_hcic_user_conf_reply(bd_addr, is_yes); in btsnd_hcic_user_conf_reply()
157 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes);
1381 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes) { in btsnd_hcic_user_conf_reply() argument1388 if (!is_yes) { in btsnd_hcic_user_conf_reply()