Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dconn.h132 #define BT_CONN_LE_PHY_PARAM_1M BT_CONN_LE_PHY_PARAM(BT_GAP_LE_PHY_1M, \
133 BT_GAP_LE_PHY_1M)
144 #define BT_CONN_LE_PHY_PARAM_ALL BT_CONN_LE_PHY_PARAM(BT_GAP_LE_PHY_1M | \
147 BT_GAP_LE_PHY_1M | \
A Dgap.h82 BT_GAP_LE_PHY_1M = BIT(0), enumerator
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_core.c1355 return BT_GAP_LE_PHY_1M; in get_phy()
2449 conn->le.phy.tx_phy = BT_GAP_LE_PHY_1M; in enh_conn_complete()
2450 conn->le.phy.rx_phy = BT_GAP_LE_PHY_1M; in enh_conn_complete()
5466 adv_info.primary_phy = BT_GAP_LE_PHY_1M; in le_adv_report()

Completed in 18 milliseconds