mirror of
https://github.com/google/pebble.git
synced 2025-11-16 20:40:55 -05:00
spelling: malformed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -222,7 +222,7 @@ void test_gatt_service_changed_client__handle_indication_service_changed(void) {
|
||||
fake_gatt_is_service_discovery_start_count());
|
||||
}
|
||||
|
||||
void test_gatt_service_changed_client__handle_indication_service_changed_malformatted(void) {
|
||||
void test_gatt_service_changed_client__handle_indication_service_changed_malformed(void) {
|
||||
fake_gatt_put_discovery_indication_gatt_profile_service(TEST_GATT_CONNECTION_ID,
|
||||
true /* has_service_changed_characteristic */);
|
||||
const uint16_t att_handle = fake_gatt_gatt_profile_service_service_changed_att_handle();
|
||||
|
||||
Reference in New Issue
Block a user