Searched refs:btsnd_hcic_pin_code_req_reply (Results 1 – 4 of 4) sorted by relevance
/system/bt/test/mock/ |
D | mock_hcic_hcicmds.cc | 156 void btsnd_hcic_pin_code_req_reply(const RawAddress& bd_addr, in btsnd_hcic_pin_code_req_reply() function
|
/system/bt/stack/include/ |
D | hcimsgs.h | 267 extern void btsnd_hcic_pin_code_req_reply(const RawAddress& bd_addr,
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 677 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/ |
D | btm_sec.cc | 712 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()
|