Searched refs:HID_HOST_MAX_DEVICES (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/hid/
H A Dhidh_api.c244 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_c
[all...]
H A Dhidh_int.h52 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES];
H A Dhidh_conn.c116 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)
1073 for (xx = 0; xx < HID_HOST_MAX_DEVICES; x
[all...]
/system/bt/bta/include/
H A Dbta_hh_api.h76 /* 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/
H A Dbt_target.h1335 #ifndef HID_HOST_MAX_DEVICES
1336 #define HID_HOST_MAX_DEVICES 7 macro

Completed in 73 milliseconds