Home
last modified time | relevance | path

Searched refs:BT_GAP_LE_PHY_2M (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/samples/bluetooth/observer/src/
Dobserver.c47 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h133 #define BT_CONN_LE_PHY_PARAM_2M BT_CONN_LE_PHY_PARAM(BT_GAP_LE_PHY_2M, \
134 BT_GAP_LE_PHY_2M)
142 BT_GAP_LE_PHY_2M | \
145 BT_GAP_LE_PHY_2M | \
Dgap.h749 BT_GAP_LE_PHY_2M = BIT(1), enumerator
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c118 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
360 iso_tx[i].phy = BT_GAP_LE_PHY_2M;
376 iso_rx[i].phy = BT_GAP_LE_PHY_2M;
660 iso_tx_p[i].phy = BT_GAP_LE_PHY_2M;
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c25 #define DEFAULT_BIS_PHY BT_GAP_LE_PHY_2M
212 BT_GAP_LE_PHY_2M, BT_GAP_LE_PHY_CODED); in parse_phy_arg()
221 phy != BT_GAP_LE_PHY_2M && in parse_phy_arg()
Dreceiver.c56 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c166 .phy = BT_GAP_LE_PHY_2M,
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c156 .phy = BT_GAP_LE_PHY_2M, in init()
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/
Dmain.c62 .phy = BT_GAP_LE_PHY_2M,
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c31 .sdu = 40u, .phy = BT_GAP_LE_PHY_2M, .rtn = 2u, \
362 phy != BT_GAP_LE_PHY_2M && in cmd_cig_create()
729 bis_iso_qos.tx->phy = BT_GAP_LE_PHY_2M; /* 2 MBit */ in cmd_big_create()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c153 .phy = BT_GAP_LE_PHY_2M,
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c68 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_broadcaster.c131 .phy = BT_GAP_LE_PHY_2M, in init()
/Zephyr-latest/samples/bluetooth/central_past/src/
Dmain.c52 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c326 iso_tx_qos.phy = BT_GAP_LE_PHY_2M; in create_big()
381 iso_tx_qos.phy = BT_GAP_LE_PHY_2M; in create_advanced_big()
501 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c54 BT_BAP_QOS_CFG_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 20000, 40000, 20000, 40000);
/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dtest_common.c131 BT_BAP_QOS_CFG_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 40000, 40000, 40000, 40000);
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c45 #define DEFAULT_CIS_PHY BT_GAP_LE_PHY_2M
620 BT_GAP_LE_PHY_2M, BT_GAP_LE_PHY_CODED); in parse_phy_arg()
629 phy != BT_GAP_LE_PHY_2M && in parse_phy_arg()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c37 #define PREF_PHY BT_GAP_LE_PHY_2M
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c101 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_central.c155 .phy = BT_GAP_LE_PHY_2M, in init()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dgmap_ugt_test.c46 BT_BAP_QOS_CFG_PREF(true, BT_GAP_LE_PHY_2M, 0U, 60U, 10000U, 60000U, 10000U, 60000U);
Dbap_unicast_server_test.c71 BT_BAP_QOS_CFG_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 40000, 40000, 40000, 40000);
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c41 BT_BAP_QOS_CFG_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 20000, 40000, 20000, 40000);
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c88 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()

12