Home
last modified time | relevance | path

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

/btstack/test/mock/
H A Dmock_gatt_client.c28 static uint16_t mock_gatt_client_value_handle; variable
367 mock_gatt_client_value_handle = characteristic->value_handle; in gatt_client_discover_characteristic_descriptors()
414 mock_gatt_client_value_handle = mock_characteristic->value_handle; in gatt_client_read_value_of_characteristics_by_uuid16()
427 mock_gatt_client_value_handle = mock_characteristic->value_handle; in gatt_client_read_value_of_characteristic_using_value_handle()
442 mock_gatt_client_value_handle = mock_characteristic->value_handle; in gatt_client_read_value_of_characteristic()
448 mock_gatt_client_value_handle = descriptor_handle; in gatt_client_read_characteristic_descriptor_using_descriptor_handle()
539 …aracteristic = mock_gatt_client_get_characteristic_for_value_handle(mock_gatt_client_value_handle); in mock_gatt_client_run_once()
563 …aracteristic = mock_gatt_client_get_characteristic_for_value_handle(mock_gatt_client_value_handle); in mock_gatt_client_run_once()
575 …criptor = mock_gatt_client_get_characteristic_descriptor_for_handle(mock_gatt_client_value_handle); in mock_gatt_client_run_once()