Searched refs:rx_phy (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/gap/ |
A D | gap_callback_le.h | 190 T_GAP_PHYS_TYPE rx_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 1938 *rx_phy = rp->rx_phy; in hci_api_le_read_phy()
|
A D | hci_core.c | 2092 conn->le.phy.rx_phy = get_phy(rp->rx_phy); in hci_le_read_phy() 2096 u8_t rx_phy; in hci_le_read_phy() 2097 err = hci_api_le_read_phy(conn->handle, &tx_phy, &rx_phy); in hci_le_read_phy() 2103 conn->le.phy.rx_phy = get_phy(rx_phy); in hci_le_read_phy() 2450 conn->le.phy.rx_phy = BT_GAP_LE_PHY_1M; in enh_conn_complete() 2538 conn->le.phy.rx_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() 2693 conn->le.phy.rx_phy = get_phy(evt->rx_phy); in le_phy_update_complete()
|
A D | conn.c | 2162 conn->le.phy.rx_phy == param->pref_rx_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 | 101 u8_t rx_phy; /** Connection receive PHY */ member
|
A D | hci.h | 969 u8_t rx_phy; member 1603 u8_t rx_phy; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/ |
A D | co_hci.h | 4967 uint8_t rx_phy; member 4982 uint8_t rx_phy; member
|
Completed in 53 milliseconds