/Zephyr-latest/samples/bluetooth/observer/src/ |
D | observer.c | 42 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/ |
D | main.c | 63 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/ |
D | main.c | 47 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/ |
D | main.c | 83 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/ |
D | main.c | 96 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/ |
D | test_past.c | 229 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()
|
D | test_bis.c | 496 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/ |
D | receiver.c | 51 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/ |
D | main.c | 113 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/ |
D | bap_broadcast_assistant_test.c | 61 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/ |
D | main.c | 1139 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/ |
D | bt.c | 102 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()
|