Searched refs:btsnd_hcic_pin_code_req_reply (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 941 btsnd_hcic_pin_code_req_reply (bd_addr, pin_len, p_pin); in BTM_PINCodeReply() 5034 btsnd_hcic_pin_code_req_reply (p_bda, btm_cb.pin_code_len_saved, p_cb->pin_code); in btm_sec_pin_code_request() 5048 btsnd_hcic_pin_code_req_reply (p_bda, default_pin_code_len, default_pin_code); in btm_sec_pin_code_request() 5051 btsnd_hcic_pin_code_req_reply (p_bda, btm_cb.pin_code_len_saved, p_cb->pin_code); in btm_sec_pin_code_request() 5075 btsnd_hcic_pin_code_req_reply (p_bda, p_cb->cfg.pin_code_len, p_cb->cfg.pin_code); in btm_sec_pin_code_request() 5088 btsnd_hcic_pin_code_req_reply (p_bda, btm_cb.pin_code_len, p_cb->pin_code); in btm_sec_pin_code_request()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 204 BOOLEAN btsnd_hcic_pin_code_req_reply (BD_ADDR bd_addr,
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hcic/ |
D | hcicmds.c | 343 BOOLEAN btsnd_hcic_pin_code_req_reply (BD_ADDR bd_addr, UINT8 pin_code_len, in btsnd_hcic_pin_code_req_reply() function
|