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 D | gap_callback_le.h | 189 T_GAP_PHYS_TYPE tx_phy; member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_core.h | 260 int bt_le_set_phy(struct bt_conn *conn, u8_t tx_phy, u8_t rx_phy);
|
A D | hci_api.c | 1916 __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 D | hci_core.c | 2091 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 D | conn.c | 2161 if (conn->le.phy.tx_phy == param->pref_tx_phy && in bt_conn_le_phy_update()
|
/AliOS-Things-master/components/ble_host/include/ |
A D | hci_api.h | 233 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 D | conn.h | 100 u8_t tx_phy; /** Connection transmit PHY */ member
|
A D | hci.h | 968 u8_t tx_phy; member 1602 u8_t tx_phy; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/ |
A D | co_hci.h | 4965 uint8_t tx_phy; member 4980 uint8_t tx_phy; member
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 486 DEBUG_printf("central_gap_event_cb: phy update: %d\n", event->phy_updated.tx_phy); in central_gap_event_cb()
|
Completed in 66 milliseconds