Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c2169 const uint8_t att_write_header_size = 3; /* opcode (1) + handle (2) */ in bt_bap_unicast_client_ep_send() local
2170 const uint16_t max_write_size = bt_gatt_get_mtu(conn) - att_write_header_size; in bt_bap_unicast_client_ep_send()