Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c157 const uint8_t att_ntf_header_size = 3; /* opcode (1) + handle (2) */ in bass_notify_receive_state() local
163 max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in bass_notify_receive_state()
165 max_ntf_size = MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU) - att_ntf_header_size; in bass_notify_receive_state()
Dbap_broadcast_assistant.c517 const uint8_t att_ntf_header_size = 3; /* opcode (1) + handle (2) */ in notify_handler() local
518 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in notify_handler()
Dbap_unicast_client.c1750 const uint8_t att_ntf_header_size = 3; /* opcode (1) + handle (2) */ in unicast_client_ep_notify() local
1768 max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in unicast_client_ep_notify()