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

  /system/bt/stack/hid/
hidh_api.c 244 for (size_t i = 0; i < HID_HOST_MAX_DEVICES; i++) {
321 for( i=0; i<HID_HOST_MAX_DEVICES; i++ )
348 for( i=0; i<HID_HOST_MAX_DEVICES; i++)
355 if (i== HID_HOST_MAX_DEVICES )
357 for( i=0; i<HID_HOST_MAX_DEVICES; i++)
364 if( i==HID_HOST_MAX_DEVICES )
398 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
424 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
457 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
491 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use)
    [all...]
hidh_int.h 52 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES];
hidh_conn.c 116 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++)
214 UINT8 i = HID_HOST_MAX_DEVICES;
395 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES )
475 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES )
561 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES )
638 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES )
720 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES )
767 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES )
813 if ((dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES)
    [all...]
  /system/bt/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
  /system/bt/include/
bt_target.h     [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 50 milliseconds