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.c244 for (size_t i = 0; i < HID_HOST_MAX_DEVICES; i++) { in HID_HostInit()
321 for( i=0; i<HID_HOST_MAX_DEVICES; i++ ) in HID_HostDeregister()
348 for( i=0; i<HID_HOST_MAX_DEVICES; i++) in HID_HostAddDev()
355 if (i== HID_HOST_MAX_DEVICES ) in HID_HostAddDev()
357 for( i=0; i<HID_HOST_MAX_DEVICES; i++) in HID_HostAddDev()
364 if( i==HID_HOST_MAX_DEVICES ) in HID_HostAddDev()
398 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostRemoveDev()
424 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostOpenDev()
457 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostWriteDev()
491 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostCloseDev()
[all …]
Dhidh_conn.c116 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++) in hidh_conn_reg()
214 UINT8 i = HID_HOST_MAX_DEVICES; in hidh_l2cif_connect_ind()
395 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_connect_cfm()
475 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_config_ind()
561 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_config_cfm()
638 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_disconnect_ind()
720 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_disconnect_cfm()
767 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_cong_ind()
813 if ((dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES) in hidh_l2cif_data_ind()
1073 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];
/system/bt/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
/system/bt/include/
Dbt_target.h1335 #ifndef HID_HOST_MAX_DEVICES
1336 #define HID_HOST_MAX_DEVICES 7 macro