Home
last modified time | relevance | path

Searched refs:BT_GAP_LE_PHY_CODED (Results 1 – 19 of 19) sorted by relevance

/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dconn.h137 #define BT_CONN_LE_PHY_PARAM_CODED BT_CONN_LE_PHY_PARAM(BT_GAP_LE_PHY_CODED, \
138 BT_GAP_LE_PHY_CODED)
143 BT_GAP_LE_PHY_CODED, \
146 BT_GAP_LE_PHY_CODED)
Dgap.h417 BT_GAP_LE_PHY_CODED = BIT(2), enumerator
/Zephyr-Core-3.4.0/samples/bluetooth/observer/src/
Dobserver.c48 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
/Zephyr-Core-3.4.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c183 BT_GAP_LE_PHY_2M, BT_GAP_LE_PHY_CODED); in parse_phy_arg()
193 phy != BT_GAP_LE_PHY_CODED) { in parse_phy_arg()
Dreceiver.c57 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
/Zephyr-Core-3.4.0/samples/bluetooth/periodic_sync/src/
Dmain.c66 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
/Zephyr-Core-3.4.0/samples/bluetooth/central_past/src/
Dmain.c48 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
/Zephyr-Core-3.4.0/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c92 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
/Zephyr-Core-3.4.0/samples/bluetooth/iso_receive/src/
Dmain.c90 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
/Zephyr-Core-3.4.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c569 BT_GAP_LE_PHY_2M, BT_GAP_LE_PHY_CODED); in parse_phy_arg()
579 phy != BT_GAP_LE_PHY_CODED) { in parse_phy_arg()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_assistant_test.c45 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/cis/src/
Dmain.c130 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Diso.c290 phy != BT_GAP_LE_PHY_CODED) { in cmd_cig_create()
Dbt.c102 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
2906 case BT_GAP_LE_PHY_CODED: in tx_time_calc()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c345 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/advx/src/
Dmain.c1132 case BT_GAP_LE_PHY_CODED: return "LE Coded"; in phy2str()
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/
Dbap.c1150 phy != BT_GAP_LE_PHY_CODED) { in cmd_stream_qos()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Diso.c826 if (io_qos->phy > BT_GAP_LE_PHY_CODED) { in valid_chan_io_qos()
Dhci_core.c418 return BT_GAP_LE_PHY_CODED; in bt_get_phy()