Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dhcimsgs.h408 extern void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes);
/system/bt/stack/btm/
Dbtm_sec.cc1422 btsnd_hcic_user_conf_reply(bd_addr, true); in BTM_ConfirmReqReply()
1427 btsnd_hcic_user_conf_reply(bd_addr, false); in BTM_ConfirmReqReply()
3498 btsnd_hcic_user_conf_reply(p_bda, false); in btm_proc_sp_req_evt()
4799 btsnd_hcic_user_conf_reply(p_cb->pairing_bda, false); in btm_sec_pairing_timeout()
/system/bt/stack/hcic/
Dhcicmds.cc1144 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes) { in btsnd_hcic_user_conf_reply() function