Home
last modified time | relevance | path

Searched refs:ancs_control_point_characteristic (Results 1 – 2 of 2) sorted by relevance

/btstack/src/ble/gatt-service/
H A Dancs_client.c83 static gatt_client_characteristic_t ancs_control_point_characteristic; variable
212 …acteristic(ancs_client_handle_gatt_client_event, gc_handle, ancs_control_point_characteristic.valu… in ancs_client_handle_notification()
303 ancs_control_point_characteristic = characteristic; in ancs_client_handle_gatt_client_event()
/btstack/test/gatt-service-client/
H A Dancs_client_test.cpp99 mock_gatt_client_characteristic_t * ancs_control_point_characteristic; in TEST_GROUP() local
116ancs_control_point_characteristic = mock_gatt_client_add_characteristic_uuid128(ancs_control_point… in TEST_GROUP()