Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Oct 26, 2023
1 parent c593b1b commit acca4e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion external/btstack
Submodule btstack updated 638 files
10 changes: 5 additions & 5 deletions src/components/bluepad32/uni_bt_le.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ static void get_advertisement_data(const uint8_t* adv_data, uint8_t adv_size, ui
logi("device id: %#x\n", little_endian_read_16(data, 0));
break;
case BLUETOOTH_DATA_TYPE_LE_BLUETOOTH_DEVICE_ADDRESS:
case BLUETOOTH_DATA_TYPE_MESH_BEACON:
case BLUETOOTH_DATA_TYPE_MESH_MESSAGE:
// Safely ignore these messages
break;
case BLUETOOTH_DATA_TYPE_MESH_BEACON:
case BLUETOOTH_DATA_TYPE_MESH_MESSAGE:
// Safely ignore these messages
break;
case BLUETOOTH_DATA_TYPE_SECURITY_MANAGER_OUT_OF_BAND_FLAGS:
// fall-through
// fall-through
default:
logi("Advertising Data Type 0x%2x not handled yet\n", data_type);
break;
Expand Down

0 comments on commit acca4e9

Please sign in to comment.