Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c380 uint16_t connection_handle; in bt_hci_stm32wb0_send() local
386 connection_handle = ((hci_buffer[1] & 0x0F) << 8) + hci_buffer[0]; in bt_hci_stm32wb0_send()
391 hci_tx_acl_data(connection_handle, pb_flag, bc_flag, data_len, pdu); in bt_hci_stm32wb0_send()
396 uint16_t connection_handle; in bt_hci_stm32wb0_send() local
402 connection_handle = sys_get_le16(hci_buffer) & 0x0FFF; 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()