Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/hid/
Dhidh_api.c316 for( i=0; i<HID_HOST_MAX_DEVICES; i++ ) in HID_HostDeregister()
343 for( i=0; i<HID_HOST_MAX_DEVICES; i++) in HID_HostAddDev()
350 if (i== HID_HOST_MAX_DEVICES ) in HID_HostAddDev()
352 for( i=0; i<HID_HOST_MAX_DEVICES; i++) in HID_HostAddDev()
359 if( i==HID_HOST_MAX_DEVICES ) in HID_HostAddDev()
393 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostRemoveDev()
419 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostOpenDev()
452 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostWriteDev()
489 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostCloseDev()
590 for ( i=0; i<HID_HOST_MAX_DEVICES; i++) in hid_known_hid_device()
Dhidh_conn.c111 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++) in hidh_conn_reg()
209 UINT8 i = HID_HOST_MAX_DEVICES; in hidh_l2cif_connect_ind()
383 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_connect_cfm()
464 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_config_ind()
551 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_config_cfm()
628 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_disconnect_ind()
708 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_disconnect_cfm()
755 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_cong_ind()
801 if ((dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES) in hidh_l2cif_data_ind()
1066 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++) in find_conn_by_cid()
Dhidh_int.h52 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES];
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h78 #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/libnfc-nci/src/include/
Dbt_target.h2697 #ifndef HID_HOST_MAX_DEVICES
2698 #define HID_HOST_MAX_DEVICES 7 macro
/external/bluetooth/bluedroid/include/
Dbt_target.h2823 #ifndef HID_HOST_MAX_DEVICES
2824 #define HID_HOST_MAX_DEVICES 7 macro