Searched refs:ancs_notification_source_uuid (Results 1 – 2 of 2) sorted by relevance
/btstack/test/gatt-service-client/ |
H A D | ancs_client_test.cpp | 33 static const uint8_t ancs_notification_source_uuid[] = {0x9F,0xBF,0x12,0x0D,0x63,0x01,0x42,0xD9,0x8… variable 124 …_characteristic = mock_gatt_client_add_characteristic_uuid128(ancs_notification_source_uuid, ATT_P… in TEST_GROUP()
|
/btstack/src/ble/gatt-service/ |
H A D | ancs_client.c | 280 …static const uint8_t ancs_notification_source_uuid[] = {0x9F,0xBF,0x12,0x0D,0x63,0x01,0x42,0xD9,0x… in ancs_client_handle_gatt_client_event() local 295 if (memcmp(characteristic.uuid128, ancs_notification_source_uuid, 16) == 0){ in ancs_client_handle_gatt_client_event()
|