Home
last modified time | relevance | path

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

/btstack/src/ble/gatt-service/
H A Dancs_client.c353 gatt_event_notification_get_value_length(packet) in ancs_client_handle_gatt_client_event()
H A Dbattery_service_client.c532 if (gatt_event_notification_get_value_length(packet) != 1) break; in handle_gatt_client_event()
H A Dhids_client.c637 gatt_event_notification_get_value_length(packet)); in handle_notification_event()
/btstack/test/security_manager_sc/
H A Dsm_test.c265 …cpy(message, gatt_event_notification_get_value(packet), gatt_event_notification_get_value_length(p… in handle_gatt_client_event()
/btstack/example/
H A Dle_streamer_client.c322 … test_track_data(&le_streamer_connection, gatt_event_notification_get_value_length(packet)); in handle_gatt_client_event()
/btstack/src/le-audio/gatt-service/
H A Dbroadcast_audio_scan_service_client.c277 uint16_t value_length = gatt_event_notification_get_value_length(packet); in bass_client_handle_gatt_server_notification()
/btstack/src/
H A Dbtstack_event.h3032 static inline uint16_t gatt_event_notification_get_value_length(const uint8_t * event){ in gatt_event_notification_get_value_length() function