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.c315 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()
392 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostRemoveDev()
418 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostOpenDev()
451 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostWriteDev()
488 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostCloseDev()
Dhidh_conn.c110 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++) in hidh_conn_reg()
209 for( i=0; i < HID_HOST_MAX_DEVICES; i++ ) in hidh_l2cif_connect_ind()
215 if (i >= HID_HOST_MAX_DEVICES) in hidh_l2cif_connect_ind()
386 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_connect_cfm()
466 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_config_ind()
529 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_config_cfm()
582 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_disconnect_ind()
660 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_disconnect_cfm()
700 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_cong_ind()
746 if ((dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES) in hidh_l2cif_data_ind()
[all …]
Dhidh_int.h52 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES];
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h73 #define BTA_HH_MAX_KNOWN HID_HOST_MAX_DEVICES
74 #define BTA_HH_MAX_DEVICE HID_HOST_MAX_DEVICES
/external/bluetooth/bluedroid/include/
Dbt_target.h2827 #ifndef HID_HOST_MAX_DEVICES
2828 #define HID_HOST_MAX_DEVICES 7 macro
/external/libnfc-nci/src/include/
Dbt_target.h2767 #ifndef HID_HOST_MAX_DEVICES
2768 #define HID_HOST_MAX_DEVICES 7 macro