Home
last modified time | relevance | path

Searched refs:HID_DEV_MTU_SIZE (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc250 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_DEV_MTU_SIZE)) in hidd_l2cif_config_ind()
251 p_hcon->rem_mtu_size = HID_DEV_MTU_SIZE; in hidd_l2cif_config_ind()
573 hd_cb.l2cap_cfg.mtu = HID_DEV_MTU_SIZE; in hidd_conn_reg()
576 hd_cb.l2cap_intr_cfg.mtu = HID_DEV_MTU_SIZE; in hidd_conn_reg()
579 nullptr, HID_DEV_MTU_SIZE, 0, in hidd_conn_reg()
586 nullptr, HID_DEV_MTU_SIZE, 0, in hidd_conn_reg()
/packages/modules/Bluetooth/system/internal_include/
Dbt_target.h905 #ifndef HID_DEV_MTU_SIZE
906 #define HID_DEV_MTU_SIZE 512 macro
/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_int.h96 #define BTA_HD_REPORT_LEN HID_DEV_MTU_SIZE