Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/bluetooth/
Dconn.h126 #define BT_CONN_LE_PHY_PARAM_1M BT_CONN_LE_PHY_PARAM(BT_GAP_LE_PHY_1M, \
127 BT_GAP_LE_PHY_1M)
138 #define BT_CONN_LE_PHY_PARAM_ALL BT_CONN_LE_PHY_PARAM(BT_GAP_LE_PHY_1M | \
141 BT_GAP_LE_PHY_1M | \
Dgap.h93 BT_GAP_LE_PHY_1M = BIT(0), enumerator
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c178 iso_tx_qos.phy, DEFAULT_BIS_PHY, BT_GAP_LE_PHY_1M, in parse_phy_arg()
187 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-2.7.6/samples/bluetooth/periodic_sync/src/
Dmain.c64 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-2.7.6/samples/bluetooth/central_past/src/
Dmain.c46 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-2.7.6/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c73 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_iso/src/
Dmain.c232 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-2.7.6/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c518 qos->phy, DEFAULT_CIS_PHY, BT_GAP_LE_PHY_1M, in parse_phy_arg()
527 if (phy != BT_GAP_LE_PHY_1M && in parse_phy_arg()
/Zephyr-Core-2.7.6/samples/bluetooth/iso_receive/src/
Dmain.c87 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/
Dbt.c79 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
2137 case BT_GAP_LE_PHY_1M: in tx_time_calc()
2170 uint8_t phy = BT_GAP_LE_PHY_1M; in cmd_conn_data_len_update()
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dhci_core.c356 return BT_GAP_LE_PHY_1M; in bt_get_phy()
1198 conn->le.phy.tx_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_enh_conn_complete()
1199 conn->le.phy.rx_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_enh_conn_complete()
Dscan.c927 adv_info.primary_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_adv_report()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_advx/src/
Dmain.c1074 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()