Searched refs:att_write_header_size (Results 1 – 1 of 1) sorted by relevance
2169 const uint8_t att_write_header_size = 3; /* opcode (1) + handle (2) */ in bt_bap_unicast_client_ep_send() local2170 const uint16_t max_write_size = bt_gatt_get_mtu(conn) - att_write_header_size; in bt_bap_unicast_client_ep_send()