Home
last modified time | relevance | path

Searched defs:hci_event (Results 1 – 7 of 7) sorted by relevance

/btstack/test/embedded/
H A Dhci_event_test.cpp21 TEST_GROUP(hci_event){ in TEST_GROUP() argument
28 TEST(hci_event, format_1){ in TEST() argument
36 TEST(hci_event, format_2){ in TEST() argument
44 TEST(hci_event, format_3){ in TEST() argument
52 TEST(hci_event, format_4){ in TEST() argument
/btstack/port/stm32-f4discovery-usb/port/
H A Dusbh_bluetooth.c90 static uint8_t hci_event[258]; variable
/btstack/test/mock/
H A Dmock_gatt_client.c60 static void hci_create_gap_connection_complete_event(const uint8_t * hci_event, uint8_t * gap_event… in hci_create_gap_connection_complete_event()
85 uint8_t hci_event[21]; in mock_hci_emit_le_connection_complete() local
/btstack/test/gatt_client/
H A Dmock.c42 static void hci_create_gap_connection_complete_event(const uint8_t * hci_event, uint8_t * gap_event… in hci_create_gap_connection_complete_event()
/btstack/test/security_manager/
H A Dmock.c118 static void hci_create_gap_connection_complete_event(const uint8_t * hci_event, uint8_t * gap_event… in hci_create_gap_connection_complete_event()
/btstack/test/gatt_server/
H A Dmock.c40 static void hci_create_gap_connection_complete_event(const uint8_t * hci_event, uint8_t * gap_event… in hci_create_gap_connection_complete_event()
/btstack/src/
H A Dhci.c3344 static void hci_create_gap_connection_complete_event(const uint8_t * hci_event, uint8_t * gap_event… in hci_create_gap_connection_complete_event()
3372 static void hci_handle_le_connection_complete_event(const uint8_t * hci_event){ in hci_handle_le_connection_complete_event()
8193 uint8_t hci_event[21]; in hci_emit_le_connection_complete() local