Home
last modified time | relevance | path

Searched refs:mock_gatt_client_service_t (Results 1 – 5 of 5) sorted by relevance

/btstack/test/mock/
H A Dmock_gatt_client.c36 static mock_gatt_client_service_t * mock_gatt_client_last_service;
275mock_gatt_client_service_t * service = (mock_gatt_client_service_t *) btstack_linked_list_iterator… in mock_gatt_client_get_characteristic_for_value_handle()
293mock_gatt_client_service_t * service = (mock_gatt_client_service_t *) btstack_linked_list_iterator… in mock_gatt_client_get_characteristic_for_uuid16()
311mock_gatt_client_service_t * service = (mock_gatt_client_service_t *) btstack_linked_list_iterator… in mock_gatt_client_get_characteristic_descriptor_for_handle()
500mock_gatt_client_service_t * service = (mock_gatt_client_service_t *) btstack_linked_list_iterator… in mock_gatt_client_run_once()
519mock_gatt_client_service_t * service = (mock_gatt_client_service_t *) btstack_linked_list_iterator… in mock_gatt_client_run_once()
623mock_gatt_client_service_t * service = (mock_gatt_client_service_t *) btstack_linked_list_iterator… in mock_gatt_client_reset()
670mock_gatt_client_service_t * service = (mock_gatt_client_service_t *) btstack_linked_list_iterator… in mock_gatt_client_dump_services()
707 …mock_gatt_client_last_service = (mock_gatt_client_service_t * )malloc(sizeof(mock_gatt_client_serv… in mock_gatt_client_add_primary_service()
708 memset(mock_gatt_client_last_service, 0, sizeof(mock_gatt_client_service_t)); in mock_gatt_client_add_primary_service()
[all …]
H A Dmock_gatt_client.h56 } mock_gatt_client_service_t; typedef
103 mock_gatt_client_service_t * mock_gatt_client_add_primary_service_uuid16(uint16_t service_uuid);
104 mock_gatt_client_service_t * mock_gatt_client_add_primary_service_uuid128(const uint8_t * service_u…
/btstack/test/gatt-service-client/
H A Dancs_client_test.cpp96 mock_gatt_client_service_t * service; in TEST_GROUP()
H A Ddevice_information_service_client_test.cpp173 mock_gatt_client_service_t * service; in TEST_GROUP()
H A Dbattery_service_client_test.cpp148 mock_gatt_client_service_t * service; in TEST_GROUP()