Home
last modified time | relevance | path

Searched refs:tx_phy (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/gap/
A Dgap_callback_le.h189 T_GAP_PHYS_TYPE tx_phy; member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_core.h260 int bt_le_set_phy(struct bt_conn *conn, u8_t tx_phy, u8_t rx_phy);
A Dhci_api.c1916 __hci_api_weak__ int hci_api_le_read_phy(uint16_t conn_handle, uint8_t *tx_phy , uint8_t *rx_phy) in hci_api_le_read_phy() argument
1937 *tx_phy = rp->tx_phy; in hci_api_le_read_phy()
A Dhci_core.c2091 conn->le.phy.tx_phy = get_phy(rp->tx_phy); in hci_le_read_phy()
2095 u8_t tx_phy; in hci_le_read_phy()
2097 err = hci_api_le_read_phy(conn->handle, &tx_phy, &rx_phy); in hci_le_read_phy()
2102 conn->le.phy.tx_phy = get_phy(tx_phy); in hci_le_read_phy()
2449 conn->le.phy.tx_phy = BT_GAP_LE_PHY_1M; in enh_conn_complete()
2537 conn->le.phy.tx_phy == BT_HCI_LE_PHY_PREFER_2M && in enh_conn_complete()
2681 evt->status, evt->tx_phy, evt->rx_phy); in le_phy_update_complete()
2692 conn->le.phy.tx_phy = get_phy(evt->tx_phy); in le_phy_update_complete()
A Dconn.c2161 if (conn->le.phy.tx_phy == param->pref_tx_phy && in bt_conn_le_phy_update()
/AliOS-Things-master/components/ble_host/include/
A Dhci_api.h233 int hci_api_le_read_phy(uint16_t conn_handle, uint8_t *tx_phy , uint8_t *rx_phy);
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dconn.h100 u8_t tx_phy; /** Connection transmit PHY */ member
A Dhci.h968 u8_t tx_phy; member
1602 u8_t tx_phy; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/
A Dco_hci.h4965 uint8_t tx_phy; member
4980 uint8_t tx_phy; member
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c486 DEBUG_printf("central_gap_event_cb: phy update: %d\n", event->phy_updated.tx_phy); in central_gap_event_cb()

Completed in 66 milliseconds