Home
last modified time | relevance | path

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

/btstack/example/
H A Dgatt_heart_rate_client.c249 if (gatt_event_notification_get_value(packet)[0] & 1){ in handle_gatt_client_event()
250 … heart_rate = little_endian_read_16(gatt_event_notification_get_value(packet), 1); in handle_gatt_client_event()
252 heart_rate = gatt_event_notification_get_value(packet)[1]; in handle_gatt_client_event()
254 sensor_contact = (gatt_event_notification_get_value(packet)[0] >> 1) & 3; in handle_gatt_client_event()
H A Dhog_boot_host_demo.c168 const uint8_t * data = gatt_event_notification_get_value(packet); in handle_boot_keyboard_event()
231 const uint8_t * data = gatt_event_notification_get_value(packet); in handle_boot_mouse_event()
/btstack/src/ble/gatt-service/
H A Dancs_client.c352 gatt_event_notification_get_value(packet), in ancs_client_handle_gatt_client_event()
H A Dbattery_service_client.c540 gatt_event_notification_get_value(packet)[0]); in handle_gatt_client_event()
/btstack/test/security_manager_sc/
H A Dsm_test.c265 …memcpy(message, gatt_event_notification_get_value(packet), gatt_event_notification_get_value_lengt… in handle_gatt_client_event()
/btstack/src/le-audio/gatt-service/
H A Dbroadcast_audio_scan_service_client.c278 uint8_t * value = (uint8_t *)gatt_event_notification_get_value(packet); in bass_client_handle_gatt_server_notification()
/btstack/src/
H A Dbtstack_event.h3041 static inline const uint8_t * gatt_event_notification_get_value(const uint8_t * event){ in gatt_event_notification_get_value() function