Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/observer/src/
Dobserver.c42 static const char *phy2str(uint8_t phy) in phy2str() function
80 phy2str(info->primary_phy), phy2str(info->secondary_phy), in scan_recv()
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c63 static const char *phy2str(uint8_t phy) in phy2str() function
98 phy2str(info->primary_phy), phy2str(info->secondary_phy), in scan_recv()
140 info->interval, info->interval * 5 / 4, phy2str(info->phy)); in sync_cb()
/Zephyr-latest/samples/bluetooth/central_past/src/
Dmain.c47 static const char *phy2str(uint8_t phy) in phy2str() function
85 phy2str(info->primary_phy), phy2str(info->secondary_phy), in scan_recv()
213 info->interval, info->interval * 5 / 4, phy2str(info->phy)); in sync_cb()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c83 static const char *phy2str(uint8_t phy) in phy2str() function
114 phy2str(info->primary_phy), phy2str(info->secondary_phy), in scan_recv()
142 info->interval, info->interval * 5 / 4, phy2str(info->phy)); in sync_cb()
195 biginfo->max_sdu, phy2str(biginfo->phy), in biginfo_cb()
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c96 static const char *phy2str(uint8_t phy) in phy2str() function
168 info->interval, info->interval * 5 / 4, phy2str(info->phy)); in sync_cb()
253 phy2str(info->primary_phy), phy2str(info->secondary_phy), in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_past.c229 static const char *phy2str(uint8_t phy) in phy2str() function
252 info->interval, info->interval * 5 / 4, phy2str(info->phy)); in pa_sync_cb()
351 phy2str(info->primary_phy), phy2str(info->secondary_phy), in scan_recv()
Dtest_bis.c496 static const char *phy2str(uint8_t phy) in phy2str() function
608 info->interval, info->interval * 5 / 4, phy2str(info->phy)); in pa_sync_cb()
676 biginfo->max_sdu, phy2str(biginfo->phy), in pa_biginfo_cb()
733 phy2str(info->primary_phy), phy2str(info->secondary_phy), in scan_recv()
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c51 static const char *phy2str(uint8_t phy) in phy2str() function
151 phy2str(biginfo->phy), biginfo->framing ? "with" : "without", in biginfo_cb()
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c113 static const char *phy2str(uint8_t phy) in phy2str() function
144 phy2str(info->primary_phy), phy2str(info->secondary_phy), in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_assistant_test.c61 static const char *phy2str(uint8_t phy) in phy2str() function
304 info->interval * 5 / 4, phy2str(info->phy)); in sync_cb()
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/
Dmain.c1139 static const char *phy2str(uint8_t phy) in phy2str() function
1193 phy2str(info->primary_phy), phy2str(info->secondary_phy), in scan_recv()
1255 info->interval, info->interval * 5 / 4, phy2str(info->phy)); in per_adv_sync_sync_cb()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c102 static const char *phy2str(uint8_t phy) in phy2str() function
567 phy2str(info->primary_phy), phy2str(info->secondary_phy), in scan_recv()
941 phy2str(info->tx_phy), phy2str(info->rx_phy)); in le_phy_updated()
1198 phy2str(info->phy), info->service_data, in per_adv_sync_sync_cb()
1257 biginfo->max_sdu, phy2str(biginfo->phy), biginfo->framing, in per_adv_sync_biginfo_cb()
3522 phy2str(info.le.phy->tx_phy), in cmd_info()
3523 phy2str(info.le.phy->rx_phy)); in cmd_info()