Skip to content

Is it possible to switch PHY on USB-BT5.0+ adapter in LE Long Range? #1135

Open
@pvvx

Description

ble_monitor: bt_helpers.py (0x0045: Packet([Parameter(name='selected_phys', width=4)])) -> API btmgmt_protocol.py (SetPHYConfiguration = 0x0045) -> Bluetooth Management API (Linux kernel)


http://www.bluez.org/
Bluetooth Management API
/doc/mgmt-api.txt

Set PHY Configuration Command
=============================

	Command Code:		0x0045
	Controller Index:	<controller id>
	Command Parameters: 	Selected_PHYs (4 Octet)
	Return Parameters:

	This command is used to set the default PHY to the controller.

	This will be stored and used for all the subsequent scanning
	and connection initiation.

	The list of supported PHYs can be retrieved via the
	Get PHY Configuration command. Selecting unsupported or
	deselecting default PHYs will result in an Invalid Parameter
	error.

	This can be called at any point to change the Selected PHYs.

	Refer Get PHY Configuration command for PHYs parameter.

	This command generates a Command Complete event on success
	or a Command Status event on failure.

	Possible errors:	Invalid Parameters
				Invalid Index

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions