Searched refs:ancs_control_point_uuid (Results 1 – 2 of 2) sorted by relevance
/btstack/test/gatt-service-client/ |
H A D | ancs_client_test.cpp | 34 static const uint8_t ancs_control_point_uuid[] = {0x69,0xD1,0xD8,0xF3,0x45,0xE1,0x49,0xA8,0x9… variable 116 …int_characteristic = mock_gatt_client_add_characteristic_uuid128(ancs_control_point_uuid, ATT_PROP… in TEST_GROUP()
|
/btstack/src/ble/gatt-service/ |
H A D | ancs_client.c | 281 …static const uint8_t ancs_control_point_uuid[] = {0x69,0xD1,0xD8,0xF3,0x45,0xE1,0x49,0xA8,0x… in ancs_client_handle_gatt_client_event() local 301 if (memcmp(characteristic.uuid128, ancs_control_point_uuid, 16) == 0){ in ancs_client_handle_gatt_client_event()
|