zephyr/include/bluetooth
Szymon Janc cf1ec9fb7f Bluetooth: Explicitly set LE event mask on init
This allows to disable events not required by application. In future
this can be extended to enable events that are not enabled by default.

< HCI Command: LE Set Event Mask (0x08|0x0001) plen 8                                                                                 24.018392
        Mask: 0x000000000000001f
          LE Connection Complete
          LE Advertising Report
          LE Connection Update Complete
          LE Read Remote Used Features Complete
          LE Long Term Key Request
> HCI Event: Command Complete (0x0e) plen 4                                                                                           24.019215
      LE Set Event Mask (0x08|0x0001) ncmd 1
        Status: Success (0x00)

Change-Id: I29bfaa0743ac9e604a637f51503ff28a9b2074c2
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-02-05 20:24:47 -05:00
..
bluetooth.h
conn.h Bluetooth: Add bt_conn_enc_key_size function 2016-02-05 20:24:45 -05:00
driver.h Bluetooth: Convert driver header info to hidden Kconfig options 2016-02-05 20:24:45 -05:00
gatt.h Bluetooth: gatt: Unsubscribe notification from callback directly 2016-02-05 20:24:47 -05:00
hci.h Bluetooth: Explicitly set LE event mask on init 2016-02-05 20:24:47 -05:00
l2cap.h Bluetooth: L2CAP: Add bt_l2cap_chan_disconnect 2016-02-05 20:24:46 -05:00
log.h
uuid.h