Searched refs:BT_GAP_LE_PHY_CODED (Results 1 – 22 of 22) sorted by relevance
| /Zephyr-4.1.0/samples/bluetooth/central_gatt_write/src/ |
| D | gatt_write_common.c | 35 .pref_rx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate() 50 .pref_rx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate() 56 .pref_tx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate() 60 .pref_tx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate() 64 .pref_tx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate() 65 .pref_rx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate() 71 .pref_tx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate() 75 .pref_tx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate() 79 .pref_tx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate() 80 .pref_rx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate()
|
| /Zephyr-4.1.0/samples/bluetooth/observer/src/ |
| D | observer.c | 48 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
|
| /Zephyr-4.1.0/include/zephyr/bluetooth/ |
| D | conn.h | 138 #define BT_CONN_LE_PHY_PARAM_CODED BT_CONN_LE_PHY_PARAM(BT_GAP_LE_PHY_CODED, \ 139 BT_GAP_LE_PHY_CODED) 144 BT_GAP_LE_PHY_CODED, \ 147 BT_GAP_LE_PHY_CODED)
|
| D | gap.h | 751 BT_GAP_LE_PHY_CODED = BIT(2), enumerator
|
| /Zephyr-4.1.0/samples/bluetooth/periodic_sync/src/ |
| D | main.c | 69 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
|
| /Zephyr-4.1.0/samples/bluetooth/central_past/src/ |
| D | main.c | 53 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
|
| /Zephyr-4.1.0/samples/bluetooth/iso_broadcast_benchmark/src/ |
| D | broadcaster.c | 213 BT_GAP_LE_PHY_2M, BT_GAP_LE_PHY_CODED); in parse_phy_arg() 223 phy != BT_GAP_LE_PHY_CODED) { in parse_phy_arg()
|
| D | receiver.c | 57 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
|
| /Zephyr-4.1.0/samples/bluetooth/direction_finding_connectionless_rx/src/ |
| D | main.c | 102 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
|
| /Zephyr-4.1.0/samples/bluetooth/iso_receive/src/ |
| D | main.c | 89 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
|
| /Zephyr-4.1.0/samples/bluetooth/iso_connected_benchmark/src/ |
| D | main.c | 620 BT_GAP_LE_PHY_2M, BT_GAP_LE_PHY_CODED); in parse_phy_arg() 630 phy != BT_GAP_LE_PHY_CODED) { in parse_phy_arg()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/ll/bis/src/ |
| D | test_past.c | 235 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
|
| D | test_bis.c | 534 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/audio/src/ |
| D | bap_broadcast_assistant_test.c | 68 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
|
| /Zephyr-4.1.0/subsys/bluetooth/host/shell/ |
| D | iso.c | 364 phy != BT_GAP_LE_PHY_CODED) { in cmd_cig_create()
|
| D | bt.c | 112 case BT_GAP_LE_PHY_CODED: in phy2str() 3592 case BT_GAP_LE_PHY_CODED: in tx_time_calc()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/ll/cis/src/ |
| D | main.c | 119 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
|
| /Zephyr-4.1.0/subsys/bluetooth/audio/ |
| D | bap_stream.c | 268 const uint8_t phy_mask = BT_GAP_LE_PHY_1M | BT_GAP_LE_PHY_2M | BT_GAP_LE_PHY_CODED; in bt_bap_valid_qos_pref()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/ll/advx/src/ |
| D | main.c | 1145 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
|
| /Zephyr-4.1.0/subsys/bluetooth/host/ |
| D | iso.c | 937 if (!IN_RANGE(io_qos->phy, BT_GAP_LE_PHY_1M, BT_GAP_LE_PHY_CODED)) { in valid_chan_io_qos()
|
| D | hci_core.c | 541 return BT_GAP_LE_PHY_CODED; in bt_get_phy()
|
| /Zephyr-4.1.0/subsys/bluetooth/audio/shell/ |
| D | bap.c | 1413 phy != BT_GAP_LE_PHY_CODED) { in cmd_stream_qos()
|