Home
last modified time | relevance | path

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

/btstack/test/gatt-service-client/
H A Dancs_client_test.cpp97 mock_gatt_client_characteristic_t * ancs_data_source_characteristic; in TEST_GROUP() local
120ancs_data_source_characteristic = mock_gatt_client_add_characteristic_uuid128(ancs_data_source_uui… in TEST_GROUP()
229 mock_gatt_client_send_notification(ancs_data_source_characteristic, data, sizeof(data)); in TEST()
247 mock_gatt_client_send_notification(ancs_data_source_characteristic, data, sizeof(data)); in TEST()
272 mock_gatt_client_send_notification(ancs_data_source_characteristic, data, sizeof(data)); in TEST()
/btstack/src/ble/gatt-service/
H A Dancs_client.c84 static gatt_client_characteristic_t ancs_data_source_characteristic; variable
199 if (value_handle == ancs_data_source_characteristic.value_handle){ in ancs_client_handle_notification()
245 …_notification, &ancs_client_handle_gatt_client_event, gc_handle, &ancs_data_source_characteristic); in ancs_client_send_next_query()
246 …ic_configuration(ancs_client_handle_gatt_client_event, gc_handle, &ancs_data_source_characteristic, in ancs_client_send_next_query()
309 ancs_data_source_characteristic = characteristic; in ancs_client_handle_gatt_client_event()