bluetooth control motor
Dependents: BLE_LED_IDB0XA1_demo MOTOR_BLE_V2 Motor_Ble_v1 Motor_Ble_v10223 ... more
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/bluenrg-hci/bluenrg_gap.h
- Revision:
- 251:86df2c289e7c
- Parent:
- 225:719cd18d73a6
- Child:
- 292:6908f86aa1f9
diff -r 2e94d2835c45 -r 86df2c289e7c x-nucleo-idb0xa1/bluenrg-hci/bluenrg_gap.h --- a/x-nucleo-idb0xa1/bluenrg-hci/bluenrg_gap.h Tue Jun 21 16:58:38 2016 +0200 +++ b/x-nucleo-idb0xa1/bluenrg-hci/bluenrg_gap.h Mon Jun 27 15:49:11 2016 +0200 @@ -137,6 +137,9 @@ /* appearance AD type */ #define AD_TYPE_APPEARANCE (0x19) +/* advertising interval AD type */ +#define AD_TYPE_ADVERTISING_INTERVAL (0x1A) + /** * @} */