HomeSort by relevance Sort by last modified time
    Searched defs:port_handle (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 160 tBTA_JV_RFC_CB * bta_jv_alloc_rfc_cb(UINT16 port_handle, tBTA_JV_PCB **pp_pcb)
172 p_cb->rfc_hdl[0] = port_handle;
173 APPL_TRACE_DEBUG2( "bta_jv_alloc_rfc_cb port_handle:%d handle:%d",
174 port_handle, p_cb->handle);
175 p_pcb = &bta_jv_cb.port_cb[port_handle - 1];
177 p_pcb->port_handle = port_handle;
194 tBTA_JV_PCB * bta_jv_rfc_port_to_pcb(UINT16 port_handle)
198 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) && bta_jv_cb.port_cb[port_handle - 1].handle
244 UINT16 port_handle; local
    [all...]
bta_jv_int.h 183 UINT16 port_handle; /* port handle */ member in struct:__anon2342
397 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is the port_handle, */
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 207 UINT16 port_handle; member in struct:__anon1920

Completed in 70 milliseconds