Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_int.h45 #define L2CAP_MIN_MTU 48 /* Minimum acceptable MTU is 48 bytes */ macro
Dl2c_api.cc143 std::max<uint16_t>(required_remote_mtu, L2CAP_MIN_MTU); in L2CA_Register()
Dl2c_utils.cc1813 std::max<uint16_t>(L2CAP_MIN_MTU, p_ccb->p_rcb->required_remote_mtu); in l2cu_process_peer_cfg_req()