Re: [PATCH 5/8] monitor: Decode LE Periodic Advertising Set Info Transfer command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Szymon,

On Tue, Jan 7, 2020 at 1:21 AM Szymon Czapracki
<szymon.czapracki@xxxxxxxxxxx> wrote:
>
> < HCI Command: LE Periodic Advertising Set Info Transfer (0x08|0x005b) plen 5
>        Connection handle: 1
>        Service data: 0x0000
>        Advertising handle: 0
> > HCI Event: Command Status (0x0f) plen 4
>      LE Periodic Advertising Set Info Transfer (0x08|0x005b) ncmd 1
>        Status: Unknown HCI Command (0x01)
>
> Change-Id: I4167e85f29e20304d1b72ec537ece70a68e8407e

Here as well.

> ---
>  monitor/bt.h     |  7 +++++++
>  monitor/packet.c | 12 ++++++++++++
>  2 files changed, 19 insertions(+)
>
> diff --git a/monitor/bt.h b/monitor/bt.h
> index efaf80f55..f8422ccc9 100644
> --- a/monitor/bt.h
> +++ b/monitor/bt.h
> @@ -2474,6 +2474,13 @@ struct bt_hci_cmd_periodic_sync_trans {
>         uint16_t sync_handle;
>  } __attribute__ ((packed));
>
> +#define BT_HCI_CMD_PERIODIC_ADV_SET_INFO_TRANS 0x205b
> +struct bt_hci_cmd_periodic_adv_set_info_trans {
> +       uint16_t handle;
> +       uint16_t service_data;
> +       uint16_t adv_handle;
> +} __attribute__ ((packed));
> +
>  #define BT_HCI_EVT_INQUIRY_COMPLETE            0x01
>  struct bt_hci_evt_inquiry_complete {
>         uint8_t  status;
> diff --git a/monitor/packet.c b/monitor/packet.c
> index 06fd72537..3c3399c0c 100644
> --- a/monitor/packet.c
> +++ b/monitor/packet.c
> @@ -7614,6 +7614,15 @@ static void le_periodic_adv_sync_trans(const void *data, uint8_t size)
>         print_field("Sync handle: %d", cmd->sync_handle);
>  }
>
> +static void le_periodic_adv_set_info_trans(const void *data, uint8_t size)
> +{
> +       const struct bt_hci_cmd_periodic_adv_set_info_trans *cmd = data;
> +
> +       print_field("Connection handle: %d", cmd->handle);
> +       print_field("Service data: 0x%4.4x", cmd->service_data);
> +       print_field("Advertising handle: %d", cmd->adv_handle);
> +}
> +
>  struct opcode_data {
>         uint16_t opcode;
>         int bit;
> @@ -8413,6 +8422,9 @@ static const struct opcode_data opcode_table[] = {
>         { 0x205a, 326, "LE Periodic Advertising Sync Transfer",
>                                 le_periodic_adv_sync_trans, 6, true,
>                                 status_handle_rsp, 3, true },
> +       { 0x205b, 327, "LE Periodic Advertising Set Info Transfer",
> +                               le_periodic_adv_set_info_trans, 5, true,
> +                               status_handle_rsp, 3, true },
>         { }
>  };
>
> --
> 2.24.1
>


-- 
Luiz Augusto von Dentz



[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux