Home
last modified time | relevance | path

Searched refs:port_cb (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_act.c52 tBTA_JV_PCB *p_pcb = &bta_jv_cb.port_cb[p_cb->rfc_hdl[__si] - 1]
207 p_pcb = &bta_jv_cb.port_cb[port_handle - 1]; in bta_jv_alloc_rfc_cb()
237 && bta_jv_cb.port_cb[port_handle - 1].handle) in bta_jv_rfc_port_to_pcb()
239 p_pcb = &bta_jv_cb.port_cb[port_handle - 1]; in bta_jv_rfc_port_to_pcb()
260 && bta_jv_cb.port_cb[port_handle - 1].handle) in bta_jv_rfc_port_to_cb()
262 handle = bta_jv_cb.port_cb[port_handle - 1].handle; in bta_jv_rfc_port_to_cb()
271 " FOUND", port_handle, bta_jv_cb.port_cb[port_handle - 1].handle); in bta_jv_rfc_port_to_cb()
553 if (jv_handle == bta_jv_cb.port_cb[j].handle) in bta_jv_alloc_set_pm_profile_cb()
555 pp_cb = &bta_jv_cb.port_cb[j].p_pm_cb; in bta_jv_alloc_set_pm_profile_cb()
557 bta_jv_cb.port_cb[j].port_handle, peer_bd_addr, NULL)) in bta_jv_alloc_set_pm_profile_cb()
[all …]
Dbta_jv_api.c1404 p_msg->p_pcb = &bta_jv_cb.port_cb[p_msg->p_cb->rfc_hdl[si] - 1]; in BTA_JvRfcommClose()
1517 p_msg->p_pcb = &bta_jv_cb.port_cb[p_msg->p_cb->rfc_hdl[si] - 1]; in BTA_JvRfcommRead()
1542 return bta_jv_cb.port_cb[bta_jv_cb.rfc_cb[hi].rfc_hdl[si] - 1].port_handle; in BTA_JvRfcommGetPortHdl()
1606 p_msg->p_pcb = &bta_jv_cb.port_cb[p_msg->p_cb->rfc_hdl[si] - 1]; in BTA_JvRfcommWrite()
Dbta_jv_int.h445 …tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is the port_handle,… member
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h233 void (*port_cb)(void *ctx, int authorized); member
Deapol_supp_sm.c886 if (cb && sm->ctx->port_cb) in eapol_sm_set_port_authorized()
887 sm->ctx->port_cb(sm->ctx->ctx, 1); in eapol_sm_set_port_authorized()
898 if (cb && sm->ctx->port_cb) in eapol_sm_set_port_unauthorized()
899 sm->ctx->port_cb(sm->ctx->ctx, 0); in eapol_sm_set_port_unauthorized()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c871 ctx->port_cb = wpa_supplicant_port_cb; in wpa_supplicant_init_eapol()