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

/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_api.c316 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;
[all...]
H A Dhidh_int.h52 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES];
H A Dhidh_conn.c111 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)
1066 for (xx = 0; xx < HID_HOST_MAX_DEVICES; x
[all...]
/external/bluetooth/bluedroid/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
/external/bluetooth/bluedroid/include/
H A Dbt_target.h2823 #ifndef HID_HOST_MAX_DEVICES
2824 #define HID_HOST_MAX_DEVICES 7 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h2697 #ifndef HID_HOST_MAX_DEVICES
2698 #define HID_HOST_MAX_DEVICES 7 macro

Completed in 2627 milliseconds