Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hcicmds.cc79 struct btsnd_hcic_user_conf_reply btsnd_hcic_user_conf_reply; variable
300 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes) { in btsnd_hcic_user_conf_reply() function
302 test::mock::stack_hcic_hcicmds::btsnd_hcic_user_conf_reply(bd_addr, is_yes); in btsnd_hcic_user_conf_reply()
Dmock_stack_hcic_hcicmds.h510 struct btsnd_hcic_user_conf_reply { struct
517 extern struct btsnd_hcic_user_conf_reply btsnd_hcic_user_conf_reply; argument
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h157 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes);
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc1295 btsnd_hcic_user_conf_reply(bd_addr, true); in BTM_ConfirmReqReply()
1300 btsnd_hcic_user_conf_reply(bd_addr, false); in BTM_ConfirmReqReply()
2902 btsnd_hcic_user_conf_reply(p_bda, false); in btm_proc_sp_req_evt()
4354 btsnd_hcic_user_conf_reply(p_cb->pairing_bda, false); in btm_sec_pairing_timeout()
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc1381 void btsnd_hcic_user_conf_reply(const RawAddress& bd_addr, bool is_yes) { in btsnd_hcic_user_conf_reply() function