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

  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 213 if ((handle == 0) || (handle > MAX_RFC_PORTS))
249 if ((handle == 0) || (handle > MAX_RFC_PORTS))
294 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
334 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
370 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
406 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
443 if ((handle == 0) || (handle > MAX_RFC_PORTS))
503 for (yy = 0; yy < MAX_RFC_PORTS; yy++, p_port++)
546 if ((handle == 0) || (handle > MAX_RFC_PORTS))
594 if ((handle == 0) || (handle > MAX_RFC_PORTS))
    [all...]
port_utils.c 75 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++)
77 if (yy >= MAX_RFC_PORTS)
348 for (i = 0; i < MAX_RFC_PORTS; i++)
382 for (i = 0; i < MAX_RFC_PORTS; i++)
port_rfc.c 208 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
269 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
777 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
803 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
941 for (i = 0; i < MAX_RFC_PORTS; i++)
    [all...]
port_int.h 215 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 397 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is the port_handle, */
bta_jv_act.c 198 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) && bta_jv_cb.port_cb[port_handle - 1].handle)
220 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) && bta_jv_cb.port_cb[port_handle - 1].handle)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 53 #define BTA_JV_MAX_RFC_CONN MAX_RFC_PORTS
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h     [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 45 milliseconds