Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/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.h413 BT_GAP_LE_PHY_1M = BIT(0), enumerator
/Zephyr-Core-3.4.0/samples/bluetooth/observer/src/
Dobserver.c46 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-3.4.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c182 iso_tx_qos.phy, DEFAULT_BIS_PHY, BT_GAP_LE_PHY_1M, in parse_phy_arg()
191 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-Core-3.4.0/samples/bluetooth/periodic_sync/src/
Dmain.c64 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-3.4.0/samples/bluetooth/central_past/src/
Dmain.c46 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-3.4.0/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c90 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-3.4.0/samples/bluetooth/iso_receive/src/
Dmain.c88 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-3.4.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c568 qos->phy, DEFAULT_CIS_PHY, BT_GAP_LE_PHY_1M, in parse_phy_arg()
577 if (phy != BT_GAP_LE_PHY_1M && in parse_phy_arg()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_assistant_test.c43 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/cis/src/
Dmain.c128 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Diso.c288 if (phy != BT_GAP_LE_PHY_1M && in cmd_cig_create()
Dbt.c100 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
2900 case BT_GAP_LE_PHY_1M: in tx_time_calc()
2933 uint8_t phy = BT_GAP_LE_PHY_1M; in cmd_conn_data_len_update()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c343 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dhci_core.c414 return BT_GAP_LE_PHY_1M; in bt_get_phy()
1344 conn->le.phy.tx_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_enh_conn_complete()
1345 conn->le.phy.rx_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_enh_conn_complete()
Dscan.c1406 adv_info.primary_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_adv_report()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/advx/src/
Dmain.c1130 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/
Dbap.c1149 if (phy != BT_GAP_LE_PHY_1M && phy != BT_GAP_LE_PHY_2M && in cmd_stream_qos()