Searched refs:att_ntf_header_size (Results 1 – 3 of 3) sorted by relevance
157 const uint8_t att_ntf_header_size = 3; /* opcode (1) + handle (2) */ in bass_notify_receive_state() local163 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()
517 const uint8_t att_ntf_header_size = 3; /* opcode (1) + handle (2) */ in notify_handler() local518 const uint16_t max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in notify_handler()
1750 const uint8_t att_ntf_header_size = 3; /* opcode (1) + handle (2) */ in unicast_client_ep_notify() local1768 max_ntf_size = bt_gatt_get_mtu(conn) - att_ntf_header_size; in unicast_client_ep_notify()