Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci.h692 hci_con_handle_t le_past_sync_handle; member
H A Dhci.c317 conn->le_past_sync_handle = HCI_CON_HANDLE_INVALID; in hci_connection_init()
7615 if (connection->le_past_sync_handle != HCI_CON_HANDLE_INVALID){ in hci_run_general_pending_commands()
7616 hci_con_handle_t sync_handle = connection->le_past_sync_handle; in hci_run_general_pending_commands()
7617 connection->le_past_sync_handle = HCI_CON_HANDLE_INVALID; in hci_run_general_pending_commands()
9021 hci_connection->le_past_sync_handle = sync_handle; in gap_periodic_advertising_sync_transfer_send()