Home
last modified time | relevance | path

Searched refs:recv (Results 226 – 250 of 266) sorted by relevance

1234567891011

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcap_initiator_unicast_test.c242 .recv = bap_stream_rx_recv_cb,
469 .recv = scan_recv_cb, in init()
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py967 resp = sock.recv(2048)
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c118 .recv = iso_recv,
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c200 .recv = bt_avdtp_media_l2cap_recv,
1233 .recv = bt_avdtp_l2cap_recv,
Dl2cap_br.c2145 chan->ops->recv(chan, buf); in bt_l2cap_br_recv()
2155 .recv = l2cap_br_recv, in l2cap_br_accept()
Dsdp.c1414 .recv = bt_sdp_recv, in bt_sdp_accept()
2239 .recv = sdp_client_receive,
Da2dp.c285 stream->ops->recv(stream, buf, sys_get_be16((uint8_t *)&media_hdr->sequence_number), in bt_a2dp_media_data_callback()
Dhfp_ag.c1727 .recv = hfp_ag_recv, in bt_hfp_ag_connect()
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_cli.c255 bearer.cb->recv(&pb_remote_cli, &cb_ctx, buf); in handle_pdu_report()
Dpb_adv.c430 link.cb->recv(&bt_mesh_pb_adv, link.cb_data, link.rx.buf); in prov_msg_recv()
Ddfd_srv.c534 err = srv->cb->recv(srv, srv->upload.slot, &srv->io); in handle_upload_start()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c268 .recv = stream_recv,
817 .recv = broadcast_scan_recv,
Dbtp_bap_unicast.c734 .recv = stream_recv,
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500.c614 .recv = winc1500_recv,
/Zephyr-latest/subsys/bluetooth/audio/
Dascs.c906 if (ops != NULL && ops->recv != NULL) { in ascs_iso_recv()
907 ops->recv(stream, info, buf); in ascs_iso_recv()
1089 .recv = ascs_iso_recv,
Dbap_unicast_client.c288 if (ops != NULL && ops->recv != NULL) { in unicast_client_ep_iso_recv()
289 ops->recv(stream, info, buf); in unicast_client_ep_iso_recv()
439 .recv = unicast_client_ep_iso_recv,
Dbap_broadcast_assistant.c933 .recv = scan_recv
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_pd.c892 len = pd->channel.recv(pd->channel.data, buf, remaining); in pd_receive_and_process_command()
Dosdp_cp.c625 len = pd->channel.recv(pd->channel.data, buf, remaining); in cp_process_reply()
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst212 [00:00:00.272,444] <inf> rad/host: ep recv 0x330021f0, len:20
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst390 recv(),yes
/Zephyr-latest/drivers/modem/
Dwncm14a2a.c1752 .recv = offload_recv,
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c159 .recv = dist_fw_recv,
/Zephyr-latest/subsys/bluetooth/host/
Diso.c710 } else if (chan->ops->recv != NULL) { in bt_iso_recv()
711 chan->ops->recv(chan, iso_info(iso->rx), iso->rx); in bt_iso_recv()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c2573 .recv = broadcast_scan_recv,
3222 .recv = audio_recv,

1234567891011