OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:port_cb
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c
52
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];
237
&& bta_jv_cb.
port_cb
[port_handle - 1].handle)
239
p_pcb = &bta_jv_cb.
port_cb
[port_handle - 1];
260
&& bta_jv_cb.
port_cb
[port_handle - 1].handle)
262
handle = bta_jv_cb.
port_cb
[port_handle - 1].handle;
271
" FOUND", port_handle, bta_jv_cb.
port_cb
[port_handle - 1].handle);
530
if (jv_handle == bta_jv_cb.
port_cb
[j].handle)
532
pp_cb = &bta_jv_cb.
port_cb
[j].p_pm_cb;
534
bta_jv_cb.
port_cb
[j].port_handle, peer_bd_addr, NULL)
[
all
...]
bta_jv_api.c
[
all
...]
bta_jv_int.h
445
tBTA_JV_PCB
port_cb
[MAX_RFC_PORTS]; /* index of this array is the port_handle, */
member in struct:__anon2843
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h
212
*
port_cb
- Set port authorized/unauthorized callback (optional)
216
void (*
port_cb
)(void *ctx, int authorized);
member in struct:eapol_ctx
eapol_supp_sm.c
882
if (sm->ctx->
port_cb
)
883
sm->ctx->
port_cb
(sm->ctx->ctx, 1);
889
if (sm->ctx->
port_cb
)
890
sm->ctx->
port_cb
(sm->ctx->ctx, 0);
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c
811
ctx->
port_cb
= wpa_supplicant_port_cb;
Completed in 90 milliseconds