Searched refs:gatt_event_notification_get_value (Results 1 – 7 of 7) sorted by relevance
249 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()
168 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()
352 gatt_event_notification_get_value(packet), in ancs_client_handle_gatt_client_event()
540 gatt_event_notification_get_value(packet)[0]); in handle_gatt_client_event()
265 …memcpy(message, gatt_event_notification_get_value(packet), gatt_event_notification_get_value_lengt… in handle_gatt_client_event()
278 uint8_t * value = (uint8_t *)gatt_event_notification_get_value(packet); in bass_client_handle_gatt_server_notification()
3041 static inline const uint8_t * gatt_event_notification_get_value(const uint8_t * event){ in gatt_event_notification_get_value() function