Searched refs:ntf_size (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_scan_delegator.c | 159 uint16_t ntf_size; in receive_state_notify_cb() local 172 ntf_size = MIN(max_ntf_size, read_buf.len); in receive_state_notify_cb() 173 if (ntf_size < read_buf.len) { in receive_state_notify_cb() 174 LOG_DBG("Sending truncated notification (%u/%u)", ntf_size, read_buf.len); in receive_state_notify_cb() 177 LOG_DBG("Sending bytes %u for %p", ntf_size, (void *)conn); in receive_state_notify_cb() 179 read_buf.data, ntf_size); in receive_state_notify_cb()
|
D | ascs.c | 208 uint16_t ntf_size; in ase_state_notify() local 232 ntf_size = MIN(max_ntf_size, ase_buf.len); in ase_state_notify() 233 if (ntf_size < ase_buf.len) { in ase_state_notify() 235 ntf_size, ase_buf.len); in ase_state_notify() 238 err = bt_gatt_notify(conn, ase->attr, ase_buf.data, ntf_size); in ase_state_notify()
|