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

  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 316 for( i=0; i<HID_HOST_MAX_DEVICES; i++ )
343 for( i=0; i<HID_HOST_MAX_DEVICES; i++)
350 if (i== HID_HOST_MAX_DEVICES )
352 for( i=0; i<HID_HOST_MAX_DEVICES; i++)
359 if( i==HID_HOST_MAX_DEVICES )
393 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
419 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
452 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
489 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
590 for ( i=0; i<HID_HOST_MAX_DEVICES; i++
    [all...]
hidh_int.h 52 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES];
hidh_conn.c 111 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++)
209 UINT8 i = HID_HOST_MAX_DEVICES;
383 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES )
464 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES )
551 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES )
628 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES )
708 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES )
755 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES )
801 if ((dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 76 /* HID_HOST_MAX_DEVICES can not exceed 15 for th design of BTA HH */
78 #define BTA_HH_MAX_KNOWN HID_HOST_MAX_DEVICES
83 #define BTA_HH_MAX_DEVICE (HID_HOST_MAX_DEVICES + GATT_MAX_PHY_CHANNEL)
85 #define BTA_HH_MAX_DEVICE HID_HOST_MAX_DEVICES
  /external/bluetooth/bluedroid/include/
bt_target.h     [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 227 milliseconds