Home
last modified time | relevance | path

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

/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() function
/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() function
1922 .UserConfirmationRequestReply = btsnd_hcic_user_conf_reply, // OCF 0x042C,
1924 btsnd_hcic_user_conf_reply, // OCF 0x042D,
/system/bt/stack/btm/
Dbtm_sec.cc1221 btsnd_hcic_user_conf_reply(bd_addr, true); in BTM_ConfirmReqReply()
1226 btsnd_hcic_user_conf_reply(bd_addr, false); in BTM_ConfirmReqReply()
2809 btsnd_hcic_user_conf_reply(p_bda, false); in btm_proc_sp_req_evt()
4001 btsnd_hcic_user_conf_reply(p_cb->pairing_bda, false); in btm_sec_pairing_timeout()
/system/bt/stack/include/
Dhcimsgs.h387 extern void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes);