Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c400 uint8_t ts_flag; in bt_hci_stm32wb0_send() local
405 ts_flag = (hci_buffer[1] >> 6) & 0x1; in bt_hci_stm32wb0_send()
407 hci_tx_iso_data(connection_handle, pb_flag, ts_flag, iso_data_load_len, in bt_hci_stm32wb0_send()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5888 uint8_t ts_flag; local
5912 ts_flag = bt_iso_flags_ts(flags);
5931 if (ts_flag) {