Home
last modified time | relevance | path

Searched refs:all_phys (Results 1 – 2 of 2) sorted by relevance

/btstack/src/
H A Dgap.h1081 uint8_t gap_le_set_phy(hci_con_handle_t con_handle, uint8_t all_phys, uint8_t tx_phys, uint8_t rx_p…
H A Dhci.c7602 uint8_t all_phys = connection->le_phy_update_all_phys; in hci_run_general_pending_commands() local
7604 …hci_send_cmd(&hci_le_set_phy, connection->con_handle, all_phys, connection->le_phy_update_tx_phys,… in hci_run_general_pending_commands()
9151 uint8_t gap_le_set_phy(hci_con_handle_t con_handle, uint8_t all_phys, uint8_t tx_phys, uint8_t rx_p… in gap_le_set_phy() argument
9155 conn->le_phy_update_all_phys = all_phys; in gap_le_set_phy()