mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: large
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
cb0ad69261
commit
f26b13d697
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ void test_ble_ad_parse__16_bit_uuid_and_device_name(void) {
|
|||
Uuid missing_uuid = bt_uuid_expand_16bit(0xabcd);
|
||||
cl_assert(!ble_ad_includes_service(s_ad_data, &missing_uuid));
|
||||
|
||||
// Test ble_ad_copy_service_uuids, destination array sized larged enough:
|
||||
// Test ble_ad_copy_service_uuids, destination array sized large enough:
|
||||
const uint8_t count = 4;
|
||||
Uuid copied_uuids[count];
|
||||
uint8_t found = ble_ad_copy_service_uuids(s_ad_data, copied_uuids, count);
|
||||
|
|
Loading…
Add table
Reference in a new issue