HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_JV_RFC_CB (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 227 } tBTA_JV_RFC_CB;
315 tBTA_JV_RFC_CB *p_cb;
344 tBTA_JV_RFC_CB *p_cb;
353 tBTA_JV_RFC_CB *p_cb;
444 tBTA_JV_RFC_CB rfc_cb[BTA_JV_MAX_RFC_CONN];
bta_jv_act.c 51 tBTA_JV_RFC_CB *p_cb = &bta_jv_cb.rfc_cb[__hi]; \
63 static tBTA_JV_PCB * bta_jv_add_rfc_port(tBTA_JV_RFC_CB *p_cb, tBTA_JV_PCB *p_pcb_open);
186 tBTA_JV_RFC_CB * bta_jv_alloc_rfc_cb(UINT16 port_handle, tBTA_JV_PCB **pp_pcb)
188 tBTA_JV_RFC_CB *p_cb = NULL;
254 tBTA_JV_RFC_CB * bta_jv_rfc_port_to_cb(UINT16 port_handle)
256 tBTA_JV_RFC_CB *p_cb = NULL;
276 static tBTA_JV_STATUS bta_jv_free_rfc_cb(tBTA_JV_RFC_CB *p_cb, tBTA_JV_PCB *p_pcb)
    [all...]

Completed in 50 milliseconds