Skip to content
Snippets Groups Projects
Select Git revision
  • b36a234dc438cb6b76fc929a8df9a0e59c8acf23
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

bluetooth

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Pauli Virtanen authored and Luiz Augusto von Dentz committed
    hci_connect_cis and iso_connect_cis call hci_bind_cis inconsistently
    with dst_type being either ISO socket address type or the HCI type, but
    these values cannot be mixed like this. Fix this by using only the HCI
    type.
    
    CIS connection dst_type was also not initialized in hci_bind_cis, even
    though it is used in hci_conn_hash_lookup_cis to find existing
    connections.  Set the value in hci_bind_cis, so that existing CIS
    connections are found e.g. when doing deferred socket connections, also
    when dst_type is not 0 (ADDR_LE_DEV_PUBLIC).
    
    Fixes: 26afbd82 ("Bluetooth: Add initial implementation of CIS connections")
    Signed-off-by: default avatarPauli Virtanen <pav@iki.fi>
    Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
    b36a234d
    History
    Name Last commit Last update
    ..