Searched defs:event_type (Results 1 – 13 of 13) sorted by relevance
/btstack/src/ble/gatt-service/ |
H A D | ancs_client.c | 114 static void notify_client_text(int event_type){ in notify_client_text() 128 static void notify_client_simple(int event_type){ in notify_client_simple()
|
H A D | cycling_power_service_server.c | 927 uint8_t event_type = hci_event_packet_get_type(packet); in packet_handler() local
|
/btstack/example/ |
H A D | gap_le_advertisements.c | 249 uint8_t event_type; in packet_handler() local
|
H A D | gatt_battery_query.c | 66 uint8_t event_type; member
|
H A D | gatt_browser.c | 71 uint8_t event_type; member
|
H A D | gatt_device_information_query.c | 67 uint8_t event_type; member
|
/btstack/test/mesh/ |
H A D | sniffer.c | 267 uint8_t event_type = gap_event_advertising_report_get_advertising_event_type(packet); in packet_handler() local
|
H A D | simulator.py | 134 def emit_adv_report(self, event_type, rssi): argument
|
/btstack/src/ |
H A D | hci_event_builder.c | 54 …vent_builder_context_t * context, uint8_t * buffer, uint16_t size, uint8_t event_type, uint8_t sub… in hci_event_builder_init()
|
H A D | hci.c | 1591 uint16_t event_type = little_endian_read_16(packet, offset); in le_handle_extended_advertisement_report() local 8069 int event_type = hci_event_packet_get_type(packet); in gap_inquiry_explode() local
|
/btstack/port/nrf5-cinnamon/port/ |
H A D | ll_nrf5.c | 1156 uint8_t event_type = 0; in ll_handle_adv() local
|
/btstack/src/ble/ |
H A D | sm.c | 1042 static void sm_trigger_user_response_basic(sm_connection_t * sm_conn, uint8_t event_type){ in sm_trigger_user_response_basic() 1050 static void sm_trigger_user_response_passkey(sm_connection_t * sm_conn, uint8_t event_type){ in sm_trigger_user_response_passkey()
|
H A D | gatt_client.c | 1177 static void report_gatt_characteristic_value_change(gatt_client_t *gatt_client, uint8_t event_type,… in report_gatt_characteristic_value_change()
|