Searched refs:hci_create_gap_connection_complete_event (Results 1 – 5 of 5) sorted by relevance
/btstack/test/gatt_client/ |
H A D | mock.c | 42 static void hci_create_gap_connection_complete_event(const uint8_t * hci_event, uint8_t * gap_event… in hci_create_gap_connection_complete_event() function 69 hci_create_gap_connection_complete_event(packet, gap_event); in mock_simulate_connected()
|
/btstack/test/gatt_server/ |
H A D | mock.c | 40 static void hci_create_gap_connection_complete_event(const uint8_t * hci_event, uint8_t * gap_event… in hci_create_gap_connection_complete_event() function 67 hci_create_gap_connection_complete_event(packet, gap_event); in mock_simulate_connected()
|
/btstack/test/security_manager/ |
H A D | mock.c | 118 static void hci_create_gap_connection_complete_event(const uint8_t * hci_event, uint8_t * gap_event… in hci_create_gap_connection_complete_event() function 145 hci_create_gap_connection_complete_event(packet, gap_event); in mock_simulate_connected()
|
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 60 static void hci_create_gap_connection_complete_event(const uint8_t * hci_event, uint8_t * gap_event… in hci_create_gap_connection_complete_event() function 100 hci_create_gap_connection_complete_event(hci_event, gap_event); in mock_hci_emit_le_connection_complete()
|
/btstack/src/ |
H A D | hci.c | 3344 static void hci_create_gap_connection_complete_event(const uint8_t * hci_event, uint8_t * gap_event… in hci_create_gap_connection_complete_event() function 3375 hci_create_gap_connection_complete_event(hci_event, gap_event); in hci_handle_le_connection_complete_event() 8209 hci_create_gap_connection_complete_event(hci_event, gap_event); in hci_emit_le_connection_complete()
|