Home
last modified time | relevance | path

Searched refs:p_pin_callback (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/btm/
Dbtm_sec.cc2673 __func__, btm_cb.pairing_flags, btm_cb.api.p_pin_callback); in btm_sec_rmt_name_request_complete()
2676 btm_cb.api.p_pin_callback) { in btm_sec_rmt_name_request_complete()
2679 (*btm_cb.api.p_pin_callback)( in btm_sec_rmt_name_request_complete()
4683 (p_cb->api.p_pin_callback == NULL) in btm_sec_pin_code_request()
4697 p_cb->pairing_disabled, p_cb->api.p_pin_callback, p_dev_rec); in btm_sec_pin_code_request()
4718 if (p_cb->api.p_pin_callback) { in btm_sec_pin_code_request()
4719 (*p_cb->api.p_pin_callback)( in btm_sec_pin_code_request()
5404 if (btm_cb.api.p_pin_callback && in btm_sec_check_prefetch_pin()
5409 (btm_cb.api.p_pin_callback)( in btm_sec_check_prefetch_pin()
/system/bt/stack/include/
Dbtm_api_types.h1450 tBTM_PIN_CALLBACK* p_pin_callback; member
/system/bt/main/shim/
Dbtm_api.cc1046 if (p_cb_info->p_pin_callback == nullptr) { in BTM_SecRegister()