drivers/nble: Clean up nble headers

Change-Id: Iec078bf3cc4ee99a7df95a687272972b793844e6
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-02-15 14:21:37 +02:00 committed by Gerrit Code Review
commit b595f27c13
2 changed files with 1 additions and 7 deletions

View file

@ -937,12 +937,6 @@ void nble_get_bonded_device_list_req(void *user_data);
/**@brief Structure containing list of bonded devices. */
struct nble_core_bonded_devices {
#ifdef CONFIG_TCMD_BLE_DEBUG
/**< Pointer to an array of device address pointers, pointing to
* addresses to be used in whitelist. NULL if none are given.
*/
bt_addr_le_t addrs[8];
#endif
uint8_t addr_count; /**< Count of device addr in array. */
};

View file

@ -364,7 +364,7 @@ void on_ble_gatts_write_evt(const struct nble_gatt_wr_evt *ev,
* @return Handle of attribute or 0 if not found
*/
uint16_t nble_attr_idx_to_handle(const struct bt_gatt_attr *attrs,
uint8_t index);
uint8_t index);
/**
* Send notification.