Skip to content

Fix BLE name assignment#1036

Merged
evilsocket merged 1 commit intobettercap:masterfrom
ttdennis:master
Jul 25, 2023
Merged

Fix BLE name assignment#1036
evilsocket merged 1 commit intobettercap:masterfrom
ttdennis:master

Conversation

@ttdennis
Copy link
Contributor

@ttdennis ttdennis commented Jun 7, 2023

This should fix #565

When a device is discovered during ble.recon, the Name() function does not return the device's name which leads to the ble.show table not displaying the name column.

This happened due to an accidental shadowing of the name variable instead of a proper reassignment.

@evilsocket evilsocket merged commit 32d997e into bettercap:master Jul 25, 2023
@evilsocket
Copy link
Member

nice! thanks

@rickpotatoe
Copy link

This should fix #565

When a device is discovered during ble.recon, the Name() function does not return the device's name which leads to the ble.show table not displaying the name column.

This happened due to an accidental shadowing of the name variable instead of a proper reassignment.

So how do we fix this problem of ours that we have?
Because correct me if i am wrong but you have not provided a solution for the issue.
in your statement you said: "this should fix #565" please do consider giving a fulfilling
and easy to understand step by step. Thank you and have a nice day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

ble.show not show BLE device name

3 participants