Searched refs:p_pin_callback (Results 1 – 2 of 2) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 3069 …ing requested flags:0x%x, (p_pin_callback=%p)\n", btm_cb.pairing_flags, btm_cb.api.p_pin_callback); in btm_sec_rmt_name_request_complete() 3073 btm_cb.api.p_pin_callback) { in btm_sec_rmt_name_request_complete() 3076 (*btm_cb.api.p_pin_callback) (p_dev_rec->bd_addr, p_dev_rec->dev_class, p_bd_name, in btm_sec_rmt_name_request_complete() 5071 || (p_cb->api.p_pin_callback == NULL) in btm_sec_pin_code_request() 5080 p_cb->pairing_disabled, p_cb->api.p_pin_callback, p_dev_rec); in btm_sec_pin_code_request() 5094 if (p_cb->api.p_pin_callback) { in btm_sec_pin_code_request() 5095 (*p_cb->api.p_pin_callback) (p_bda, p_dev_rec->dev_class, p_dev_rec->sec_bd_name, in btm_sec_pin_code_request() 5847 … if (btm_cb.api.p_pin_callback && ((btm_cb.pairing_flags & BTM_PAIR_FLAGS_PIN_REQD) == 0)) { in btm_sec_check_prefetch_pin() 5852 (btm_cb.api.p_pin_callback) (p_dev_rec->bd_addr, p_dev_rec->dev_class, in btm_sec_check_prefetch_pin()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 1770 tBTM_PIN_CALLBACK *p_pin_callback; member
|