Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_hcic_hcicmds.cc156 void btsnd_hcic_pin_code_req_reply(const RawAddress& bd_addr, in btsnd_hcic_pin_code_req_reply() function
/system/bt/stack/include/
Dhcimsgs.h267 extern void btsnd_hcic_pin_code_req_reply(const RawAddress& bd_addr,
/system/bt/stack/hcic/
Dhcicmds.cc677 void btsnd_hcic_pin_code_req_reply(const RawAddress& bd_addr, in btsnd_hcic_pin_code_req_reply() function
1896 .PinCodeRequestReply = btsnd_hcic_pin_code_req_reply, // OCF 0x040D,
/system/bt/stack/btm/
Dbtm_sec.cc712 btsnd_hcic_pin_code_req_reply(bd_addr, pin_len, p_pin); in BTM_PINCodeReply()
4121 btsnd_hcic_pin_code_req_reply(p_bda, p_cb->cfg.pin_code_len, in btm_sec_pin_code_request()
4135 btsnd_hcic_pin_code_req_reply(p_bda, btm_cb.pin_code_len, p_cb->pin_code); in btm_sec_pin_code_request()