Home
last modified time | relevance | path

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

/system/bt/stack/include/
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);
/system/bt/test/mock/
Dmock_hcic_hcicmds.cc250 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes) { in btsnd_hcic_user_conf_reply() argument
/system/bt/stack/hcic/
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()