Searched refs:BT_GAP_LE_PHY_1M (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/samples/bluetooth/observer/src/ |
D | observer.c | 46 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 129 #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 | \
|
D | gap.h | 747 BT_GAP_LE_PHY_1M = BIT(0), enumerator
|
/Zephyr-latest/samples/bluetooth/periodic_sync/src/ |
D | main.c | 67 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
|
/Zephyr-latest/samples/bluetooth/central_past/src/ |
D | main.c | 51 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | broadcaster.c | 211 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()
|
D | receiver.c | 55 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 100 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
|
/Zephyr-latest/samples/bluetooth/iso_receive/src/ |
D | main.c | 87 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_broadcast_assistant_test.c | 65 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/ |
D | main.c | 619 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/ |
D | test_past.c | 233 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
|
D | test_bis.c | 500 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | iso.c | 361 if (phy != BT_GAP_LE_PHY_1M && in cmd_cig_create()
|
D | bt.c | 106 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/ |
D | main.c | 117 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_stream.c | 268 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/ |
D | hci_core.c | 534 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()
|
D | scan.c | 1669 adv_info.primary_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_adv_report()
|
D | iso.c | 937 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/ |
D | main.c | 1143 case BT_GAP_LE_PHY_1M: return "LE 1M"; in phy2str()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 1414 if (phy != BT_GAP_LE_PHY_1M && phy != BT_GAP_LE_PHY_2M && in cmd_stream_qos()
|