Searched refs:HID_HOST_MTU (Results 1 - 2 of 2) sorted by relevance

/system/bt/include/
H A Dbt_target.h1339 #ifndef HID_HOST_MTU
1340 #define HID_HOST_MTU 640 macro
/system/bt/stack/hid/
H A Dhidh_conn.c99 hh_cb.l2cap_cfg.mtu = HID_HOST_MTU;
489 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_HOST_MTU))
490 p_hcon->rem_mtu_size = HID_HOST_MTU;

Completed in 56 milliseconds