mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-15 21:50:03 +00:00
Reverted accidentaly removed function prototype.
X-Original-Commit: a7d82f957630171bf48972cd2b3915ccd37b434c
This commit is contained in:
@@ -40,6 +40,8 @@ int ble_svc_gap_device_name_set(const char *name);
|
|||||||
int ble_svc_gap_device_appearance(void);
|
int ble_svc_gap_device_appearance(void);
|
||||||
int ble_svc_gap_device_appearance_set(const uint16_t appearance);
|
int ble_svc_gap_device_appearance_set(const uint16_t appearance);
|
||||||
|
|
||||||
|
void ble_svc_gap_init(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user