Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c1910 uint32_t received_count; in sdp_client_receive_ss() local
1935 received_count = session->rec_buf->len / SDP_RECORD_HANDLE_SIZE; in sdp_client_receive_ss()
1936 if ((received_count + current_count) > total_count) { in sdp_client_receive_ss()