Searched refs:HID_HOST_MAX_DEVICES (Results 1 – 6 of 6) sorted by relevance
316 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()
111 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()
52 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES];
78 #define BTA_HH_MAX_KNOWN HID_HOST_MAX_DEVICES83 #define BTA_HH_MAX_DEVICE (HID_HOST_MAX_DEVICES + GATT_MAX_PHY_CHANNEL)85 #define BTA_HH_MAX_DEVICE HID_HOST_MAX_DEVICES
2697 #ifndef HID_HOST_MAX_DEVICES2698 #define HID_HOST_MAX_DEVICES 7 macro
2823 #ifndef HID_HOST_MAX_DEVICES2824 #define HID_HOST_MAX_DEVICES 7 macro