/Zephyr-latest/samples/bluetooth/observer/src/ |
D | observer.c | 47 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 133 #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 | \
|
D | gap.h | 749 BT_GAP_LE_PHY_2M = BIT(1), enumerator
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/ |
D | main.c | 118 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/ |
D | broadcaster.c | 25 #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()
|
D | receiver.c | 56 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
|
/Zephyr-latest/samples/bluetooth/iso_central/src/ |
D | main.c | 166 .phy = BT_GAP_LE_PHY_2M,
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/ |
D | broadcaster.c | 156 .phy = BT_GAP_LE_PHY_2M, in init()
|
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/ |
D | main.c | 62 .phy = BT_GAP_LE_PHY_2M,
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | iso.c | 31 .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/ |
D | broadcaster.c | 153 .phy = BT_GAP_LE_PHY_2M,
|
/Zephyr-latest/samples/bluetooth/periodic_sync/src/ |
D | main.c | 68 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/ |
D | bis_broadcaster.c | 131 .phy = BT_GAP_LE_PHY_2M, in init()
|
/Zephyr-latest/samples/bluetooth/central_past/src/ |
D | main.c | 52 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 326 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/ |
D | bap_unicast_sr.c | 54 BT_BAP_QOS_CFG_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 20000, 40000, 20000, 40000);
|
/Zephyr-latest/tests/bluetooth/audio/ascs/src/ |
D | test_common.c | 131 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/ |
D | main.c | 45 #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/ |
D | cap_acceptor_unicast.c | 37 #define PREF_PHY BT_GAP_LE_PHY_2M
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 101 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | cis_central.c | 155 .phy = BT_GAP_LE_PHY_2M, in init()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | gmap_ugt_test.c | 46 BT_BAP_QOS_CFG_PREF(true, BT_GAP_LE_PHY_2M, 0U, 60U, 10000U, 60000U, 10000U, 60000U);
|
D | bap_unicast_server_test.c | 71 BT_BAP_QOS_CFG_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 40000, 40000, 40000, 40000);
|
/Zephyr-latest/samples/bluetooth/hap_ha/src/ |
D | bap_unicast_sr.c | 41 BT_BAP_QOS_CFG_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 20000, 40000, 20000, 40000);
|
/Zephyr-latest/samples/bluetooth/iso_receive/src/ |
D | main.c | 88 case BT_GAP_LE_PHY_2M: return "LE 2M"; in phy2str()
|