Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci.h1225 uint16_t le_connection_scan_interval; member
H A Dhci.c5032 hci_stack->le_connection_scan_interval = 0x0060; // 60 ms in hci_init()
6081 uint16_t le_connection_scan_interval[3]; in hci_send_le_create_connection() local
6093 le_connection_scan_interval[i] = hci_stack->le_connection_scan_interval; in hci_send_le_create_connection()
6108 le_connection_scan_interval, // conn scan interval in hci_send_le_create_connection()
6121 hci_stack->le_connection_scan_interval, // conn scan interval in hci_send_le_create_connection()
8680 hci_stack->le_connection_scan_interval = conn_scan_interval; in gap_set_connection_parameters()