Searched refs:p_pin_callback (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 3063 …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() 3067 btm_cb.api.p_pin_callback) { in btm_sec_rmt_name_request_complete() 3070 (*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() 5065 || (p_cb->api.p_pin_callback == NULL) in btm_sec_pin_code_request() 5074 p_cb->pairing_disabled, p_cb->api.p_pin_callback, p_dev_rec); in btm_sec_pin_code_request() 5088 if (p_cb->api.p_pin_callback) { in btm_sec_pin_code_request() 5089 (*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() 5841 … if (btm_cb.api.p_pin_callback && ((btm_cb.pairing_flags & BTM_PAIR_FLAGS_PIN_REQD) == 0)) { in btm_sec_check_prefetch_pin() 5846 (btm_cb.api.p_pin_callback) (p_dev_rec->bd_addr, p_dev_rec->dev_class, in btm_sec_check_prefetch_pin()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 1770 tBTM_PIN_CALLBACK *p_pin_callback; member
|