Home
last modified time | relevance | path

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

/btstack/test/mock/
H A Dmock_gatt_client.c24 static uint16_t mock_gatt_client_att_handle_generator; variable
615 mock_gatt_client_att_handle_generator = 0; in mock_gatt_client_reset()
709 mock_gatt_client_last_service->start_group_handle = mock_gatt_client_att_handle_generator++; in mock_gatt_client_add_primary_service()
732 mock_gatt_client_last_characteristic->start_handle = mock_gatt_client_att_handle_generator++; in mock_gatt_client_add_characteristic()
733 mock_gatt_client_last_characteristic->value_handle = mock_gatt_client_att_handle_generator++; in mock_gatt_client_add_characteristic()
736 mock_gatt_client_last_service->end_group_handle = mock_gatt_client_att_handle_generator - 1; in mock_gatt_client_add_characteristic()
756 desc->handle = mock_gatt_client_att_handle_generator++; in mock_gatt_client_add_characteristic_descriptor()
758 mock_gatt_client_last_characteristic->end_handle = mock_gatt_client_att_handle_generator - 1; in mock_gatt_client_add_characteristic_descriptor()
759 mock_gatt_client_last_service->end_group_handle = mock_gatt_client_att_handle_generator - 1; in mock_gatt_client_add_characteristic_descriptor()