Home
last modified time | relevance | path

Searched refs:L2CAP_LE_MIN_MTU (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/stack/avct/
H A Davct_lcb.cc274 p_lcb->peer_mtu = L2CAP_LE_MIN_MTU; in avct_lcb_alloc()
/aosp12/system/bt/stack/include/
H A Dl2c_api.h164 constexpr uint16_t L2CAP_LE_MIN_MTU = 23; // Minimum SDU size variable
/aosp12/system/bt/stack/l2cap/
H A Dl2c_ble.cc901 if (mtu < L2CAP_LE_MIN_MTU || mps < L2CAP_LE_MIN_MPS || in l2cble_process_sig_cmd()
968 if (p_ccb->peer_conn_cfg.mtu < L2CAP_LE_MIN_MTU || in l2cble_process_sig_cmd()
/aosp12/system/bt/btif/src/
H A Dbtif_sock_l2cap.cc292 sock->tx_mtu = L2CAP_LE_MIN_MTU; in btsock_l2cap_alloc_l()