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 215 if ((handle == 0) || (handle > MAX_RFC_PORTS))
251 if ((handle == 0) || (handle > MAX_RFC_PORTS))
296 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
329 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
359 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
395 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
431 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
468 if ((handle == 0) || (handle > MAX_RFC_PORTS))
528 for (yy = 0; yy < MAX_RFC_PORTS; yy++, p_port++)
571 if ((handle == 0) || (handle > MAX_RFC_PORTS))
    [all...]
port_utils.c 68 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++)
70 if (yy >= MAX_RFC_PORTS)
352 for (i = 0; i < MAX_RFC_PORTS; i++)
387 for (i = 0; i < MAX_RFC_PORTS; i++)
port_int.h 215 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
port_rfc.c 209 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
270 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
784 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
810 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
949 for (i = 0; i < MAX_RFC_PORTS; i++)
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 445 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is the port_handle, */
bta_jv_act.c 236 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS)
259 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 54 #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 329 milliseconds