Home
last modified time | relevance | path

Searched refs:BT_GAP_LE_PHY_1M (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/samples/bluetooth/observer/src/
Dobserver.c46 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h129 #define BT_CONN_LE_PHY_PARAM_1M BT_CONN_LE_PHY_PARAM(BT_GAP_LE_PHY_1M, \
130 BT_GAP_LE_PHY_1M)
141 #define BT_CONN_LE_PHY_PARAM_ALL BT_CONN_LE_PHY_PARAM(BT_GAP_LE_PHY_1M | \
144 BT_GAP_LE_PHY_1M | \
Dgap.h747 BT_GAP_LE_PHY_1M = BIT(0), enumerator
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c67 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-latest/samples/bluetooth/central_past/src/
Dmain.c51 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c211 iso_tx_qos.phy, DEFAULT_BIS_PHY, BT_GAP_LE_PHY_1M, in parse_phy_arg()
220 if (phy != BT_GAP_LE_PHY_1M && in parse_phy_arg()
Dreceiver.c55 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c100 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c87 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_assistant_test.c65 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c619 qos->phy, DEFAULT_CIS_PHY, BT_GAP_LE_PHY_1M, in parse_phy_arg()
628 if (phy != BT_GAP_LE_PHY_1M && in parse_phy_arg()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_past.c233 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
Dtest_bis.c500 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c361 if (phy != BT_GAP_LE_PHY_1M && in cmd_cig_create()
Dbt.c106 case BT_GAP_LE_PHY_1M: in phy2str()
3584 case BT_GAP_LE_PHY_1M: in tx_time_calc()
3616 uint8_t phy = BT_GAP_LE_PHY_1M; in cmd_conn_data_len_update()
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c117 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.c268 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-latest/subsys/bluetooth/host/
Dhci_core.c534 return BT_GAP_LE_PHY_1M; in bt_get_phy()
1389 conn->le.phy.tx_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_enh_conn_complete()
1390 conn->le.phy.rx_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_enh_conn_complete()
Dscan.c1669 adv_info.primary_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_adv_report()
Diso.c937 if (!IN_RANGE(io_qos->phy, BT_GAP_LE_PHY_1M, BT_GAP_LE_PHY_CODED)) { in valid_chan_io_qos()
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/
Dmain.c1143 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c1414 if (phy != BT_GAP_LE_PHY_1M && phy != BT_GAP_LE_PHY_2M && in cmd_stream_qos()