Searched refs:btsnd_hcic_pin_code_req_reply (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c1084 btsnd_hcic_pin_code_req_reply (bd_addr, pin_len, p_pin);
5082 btsnd_hcic_pin_code_req_reply (p_bda, btm_cb.pin_code_len_saved, p_cb->pin_code);
5098 btsnd_hcic_pin_code_req_reply (p_bda, default_pin_code_len, default_pin_code);
5103 btsnd_hcic_pin_code_req_reply (p_bda, btm_cb.pin_code_len_saved, p_cb->pin_code);
5129 btsnd_hcic_pin_code_req_reply (p_bda, p_cb->cfg.pin_code_len, p_cb->cfg.pin_code);
5142 btsnd_hcic_pin_code_req_reply (p_bda, btm_cb.pin_code_len, p_cb->pin_code);
/external/bluetooth/bluedroid/stack/include/
H A Dhcimsgs.h192 HCI_API extern BOOLEAN btsnd_hcic_pin_code_req_reply (BD_ADDR bd_addr,
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c340 BOOLEAN btsnd_hcic_pin_code_req_reply (BD_ADDR bd_addr, UINT8 pin_code_len, function

Completed in 484 milliseconds