Searched refs:p_pin_callback (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_sec.c | 3165 …ing requested flags:0x%x, (p_pin_callback=0x%p)", btm_cb.pairing_flags, btm_cb.api.p_pin_callback); in btm_sec_rmt_name_request_complete() 3169 btm_cb.api.p_pin_callback) in btm_sec_rmt_name_request_complete() 3173 (*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() 5161 || (p_cb->api.p_pin_callback == NULL) in btm_sec_pin_code_request() 5171 p_cb->pairing_disabled, p_cb->api.p_pin_callback, p_dev_rec); in btm_sec_pin_code_request() 5194 if (p_cb->api.p_pin_callback) in btm_sec_pin_code_request() 5195 (*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() 5214 if (p_cb->api.p_pin_callback) in btm_sec_pin_code_request() 5215 … (*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() 5968 … if (btm_cb.api.p_pin_callback && ((btm_cb.pairing_flags & BTM_PAIR_FLAGS_PIN_REQD) == 0)) in btm_sec_check_prefetch_pin() [all …]
|
/external/bluetooth/bluedroid/stack/include/ |
D | btm_api.h | 1753 tBTM_PIN_CALLBACK *p_pin_callback; member
|