Home
last modified time | relevance | path

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

/btstack/test/gatt-service-client/
H A Dancs_client_test.cpp98 mock_gatt_client_characteristic_t * ancs_notification_source_characteristic; in TEST_GROUP() local
124ancs_notification_source_characteristic = mock_gatt_client_add_characteristic_uuid128(ancs_notific… in TEST_GROUP()
212 mock_gatt_client_send_notification(ancs_notification_source_characteristic, data, sizeof(data)); in TEST()
221 …mock_gatt_client_send_notification(ancs_notification_source_characteristic, notification_data, siz… in TEST()
239 …mock_gatt_client_send_notification(ancs_notification_source_characteristic, notification_data, siz… in TEST()
255 …mock_gatt_client_send_notification_with_handle(ancs_notification_source_characteristic, 0x0001, da… in TEST()
263 …mock_gatt_client_send_indication_with_handle(ancs_notification_source_characteristic, 0x0001, data… in TEST()
/btstack/src/ble/gatt-service/
H A Dancs_client.c82 static gatt_client_characteristic_t ancs_notification_source_characteristic; variable
204 } else if (value_handle == ancs_notification_source_characteristic.value_handle){ in ancs_client_handle_notification()
238 …ation, &ancs_client_handle_gatt_client_event, gc_handle, &ancs_notification_source_characteristic); in ancs_client_send_next_query()
239 …guration(ancs_client_handle_gatt_client_event, gc_handle, &ancs_notification_source_characteristic, in ancs_client_send_next_query()
297 ancs_notification_source_characteristic = characteristic; in ancs_client_handle_gatt_client_event()