Searched refs:recv (Results 201 – 225 of 266) sorted by relevance
1234567891011
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 1378 if (!(*chan)->ops->recv == !(*chan)->ops->seg_recv) { in l2cap_chan_accept() 1383 if (!(*chan)->ops->recv) { in l2cap_chan_accept() 2459 err = chan->chan.ops->recv(&chan->chan, buf); in l2cap_chan_le_recv_sdu() 2653 err = chan->chan.ops->recv(&chan->chan, owned_ref); in l2cap_chan_le_recv() 2724 chan->ops->recv(chan, buf); in l2cap_chan_recv() 2808 .recv = l2cap_recv, in l2cap_accept()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpr_srv.c | 532 .recv = pb_rx, 1015 srv.refresh.cb->recv(&pb_remote_srv, srv.refresh.cb_data, buf); in handle_pdu_send() 1309 .recv = scan_packet_recv,
|
/Zephyr-latest/drivers/wifi/siwx91x/ |
D | siwx91x_wifi_socket.c | 405 .recv = siwx91x_sock_recv,
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_offload.c | 524 .recv = eswifi_off_recv,
|
/Zephyr-latest/drivers/lora/ |
D | sx127x.c | 632 .recv = sx12xx_lora_recv,
|
D | rylrxxx.c | 674 .recv = rylr_recv,
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/ |
D | main.c | 360 .recv = iso_recv, 474 .recv = scan_recv,
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm.c | 1469 if (dlc->ops && dlc->ops->recv) { in rfcomm_handle_data() 1470 dlc->ops->recv(dlc, buf); in rfcomm_handle_data() 1648 .recv = rfcomm_recv, in rfcomm_session_new()
|
D | avrcp.c | 403 .recv = avrcp_recv,
|
D | hfp_hf.c | 726 .recv = hfp_hf_recv, in bt_hfp_hf_accept()
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | vlan.c | 69 .recv = vlan_interface_recv,
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/ |
D | main_l2cap_ecred.c | 208 .recv = chan_recv_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_past.c | 364 .recv = scan_recv,
|
/Zephyr-latest/subsys/net/l2/virtual/ipip/ |
D | ipip.c | 611 .recv = interface_recv,
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | mesh.c | 76 .recv = heartbeat,
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | a2dp.c | 600 .recv = stream_recv,
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | cap.rst | 457 BASS discover done with 1 recv states 476 BASS discover done with 1 recv states
|
/Zephyr-latest/tests/net/icmp/src/ |
D | main.c | 168 .recv = NULL,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/ |
D | main.c | 1234 .recv = scan_recv, 1298 .recv = per_adv_sync_recv_cb
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | gmap_ugg_test.c | 248 .recv = bap_stream_rx_recv_cb, 477 .recv = scan_recv_cb, in init()
|
D | bap_scan_delegator_test.c | 479 .recv = scan_recv_cb
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp_offload.c | 769 .recv = esp_recv,
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | bap.h | 978 void (*recv)(struct bt_bap_stream *stream, const struct bt_iso_recv_info *info, member
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_l2cap.c | 204 .recv = recv_cb,
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | main.c | 334 .recv = stream_recv,
|
1234567891011