Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
(cherry picked from commit 6cb16f4)
  • Loading branch information
chipweinberger authored and tnc1997 committed Nov 23, 2024
1 parent 45b7c31 commit 0a9d67d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2602,7 +2602,7 @@ HashMap<String, Object> bmBluetoothDevice(BluetoothDevice device) {
HashMap<String, Object> bmBluetoothService(
BluetoothDevice device,
BluetoothGattService service,
BluetoothGattService primaryService
BluetoothGattService primaryService,
BluetoothGatt gatt)
{

Expand Down

0 comments on commit 0a9d67d

Please sign in to comment.