nrf5/modules: Adding new structure to ubluepy in order to pass advertisment data information to the bluetooth le stack.

This commit is contained in:
Glenn Ruben Bakke 2017-02-11 17:37:48 +01:00
parent d6b12b63d0
commit 8cc0eb23d9
1 changed files with 4 additions and 0 deletions

View File

@ -66,5 +66,9 @@ typedef struct _ubluepy_characteristic_obj_t {
uint16_t sccd_handle;
} ubluepy_characteristic_obj_t;
typedef struct _ubluepy_advertise_data_t {
uint8_t * p_device_name;
uint8_t device_name_len;
} ubluepy_advertise_data_t;
#endif // UBLUEPY_H__