Searched refs:btsnd_hcic_user_conf_reply (Results 1 – 4 of 4) sorted by relevance
/system/bt/test/mock/ |
D | mock_hcic_hcicmds.cc | 250 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes) { in btsnd_hcic_user_conf_reply() function
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 1579 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/ |
D | btm_sec.cc | 1221 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/ |
D | hcimsgs.h | 387 extern void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes);
|