nrf5/modules: Adding new structure to ubluepy in order to pass advertisment data information to the bluetooth le stack.
This commit is contained in:
parent
d6b12b63d0
commit
8cc0eb23d9
|
@ -66,5 +66,9 @@ typedef struct _ubluepy_characteristic_obj_t {
|
||||||
uint16_t sccd_handle;
|
uint16_t sccd_handle;
|
||||||
} ubluepy_characteristic_obj_t;
|
} 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__
|
#endif // UBLUEPY_H__
|
||||||
|
|
Loading…
Reference in New Issue