Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_hal_h4.c35 #define HCI_BLE_EVENT 0x3e macro
197 if (!stream_corruption_detected && byte_read == HCI_BLE_EVENT) { in stream_corrupted_during_le_scan_workaround()
/system/bt/hci/test/
Dhci_hal_h4_test.cpp47 static const uint8_t HCI_BLE_EVENT = 0x3e; variable
230 write_packet(sockfd[1], HCI_BLE_EVENT, corrupted_data);
/system/bt/stack/btu/
Dbtu_hcif.c300 case HCI_BLE_EVENT: in btu_hcif_process_event()
/system/bt/stack/include/
Dhcidefs.h697 #define HCI_BLE_EVENT 0x3e macro