Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/include/
H A Dhcimsgs.h112 void (*UserConfirmationRequestReply)(const RawAddress& bd_addr, bool is_yes);
114 bool is_yes);
387 extern void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes);
/aosp12/system/bt/test/mock/
H A Dmock_hcic_hcicmds.cc250 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes) { in btsnd_hcic_user_conf_reply() argument
/aosp12/system/bt/stack/hcic/
H A Dhcicmds.cc1579 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes) { in btsnd_hcic_user_conf_reply() argument
1586 if (!is_yes) { in btsnd_hcic_user_conf_reply()