Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dconn.h106 u8_t pref_tx_phy; /** Bitmask of preferred transmit PHYs */ member
117 .pref_tx_phy = (_pref_tx_phy), \
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn.c2161 if (conn->le.phy.tx_phy == param->pref_tx_phy && in bt_conn_le_phy_update()
2171 return bt_le_set_phy(conn, param->pref_tx_phy, param->pref_rx_phy); in bt_conn_le_phy_update()
A Dhci_core.c2109 int bt_le_set_phy(struct bt_conn *conn, u8_t pref_tx_phy, u8_t pref_rx_phy) in bt_le_set_phy() argument
2123 cp->tx_phys = pref_tx_phy; in bt_le_set_phy()
2129 return hci_api_le_set_phy(conn->handle, 0U, pref_tx_phy, pref_rx_phy, BT_HCI_LE_PHY_CODED_ANY); in bt_le_set_phy()

Completed in 20 milliseconds