Home
last modified time | relevance | path

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

/system/bt/stack/hid/
Dhidh_api.cc276 for (size_t i = 0; i < HID_HOST_MAX_DEVICES; i++) { in HID_HostRegister()
297 for (i = 0; i < HID_HOST_MAX_DEVICES; i++) { in HID_HostDeregister()
323 for (i = 0; i < HID_HOST_MAX_DEVICES; i++) { in HID_HostAddDev()
327 if (i == HID_HOST_MAX_DEVICES) { in HID_HostAddDev()
328 for (i = 0; i < HID_HOST_MAX_DEVICES; i++) { in HID_HostAddDev()
333 if (i == HID_HOST_MAX_DEVICES) return HID_ERR_NO_RESOURCES; in HID_HostAddDev()
362 if ((dev_handle >= HID_HOST_MAX_DEVICES) || in HID_HostRemoveDev()
388 if ((dev_handle >= HID_HOST_MAX_DEVICES) || in HID_HostOpenDev()
420 if ((dev_handle >= HID_HOST_MAX_DEVICES) || in HID_HostWriteDev()
452 if ((dev_handle >= HID_HOST_MAX_DEVICES) || in HID_HostCloseDev()
[all …]
Dhidh_conn.cc112 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++) { in hidh_conn_reg()
209 uint8_t i = HID_HOST_MAX_DEVICES; in hidh_l2cif_connect_ind()
385 if (dhandle < HID_HOST_MAX_DEVICES) { in hidh_l2cif_connect_cfm()
464 if (dhandle < HID_HOST_MAX_DEVICES) { in hidh_l2cif_config_ind()
552 if (dhandle < HID_HOST_MAX_DEVICES) p_hcon = &hh_cb.devices[dhandle].conn; in hidh_l2cif_config_cfm()
630 if (dhandle < HID_HOST_MAX_DEVICES) p_hcon = &hh_cb.devices[dhandle].conn; in hidh_l2cif_disconnect_ind()
708 if (dhandle < HID_HOST_MAX_DEVICES) p_hcon = &hh_cb.devices[dhandle].conn; in hidh_l2cif_disconnect_cfm()
751 if (dhandle < HID_HOST_MAX_DEVICES) p_hcon = &hh_cb.devices[dhandle].conn; in hidh_l2cif_cong_ind()
796 if (dhandle < HID_HOST_MAX_DEVICES) p_hcon = &hh_cb.devices[dhandle].conn; in hidh_l2cif_data_ind()
1048 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++) { in find_conn_by_cid()
Dhidh_int.h49 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES];
/system/bt/bta/include/
Dbta_hh_api.h78 #define BTA_HH_MAX_KNOWN HID_HOST_MAX_DEVICES
88 #define BTA_HH_MAX_DEVICE (HID_HOST_MAX_DEVICES + BTA_HH_LE_MAX_KNOWN)
90 #define BTA_HH_MAX_DEVICE HID_HOST_MAX_DEVICES
/system/bt/internal_include/
Dbt_target.h1177 #ifndef HID_HOST_MAX_DEVICES
1178 #define HID_HOST_MAX_DEVICES 7 macro