QN9090 - How to bypass Press switch option and go into Advertising state directly on BLE example

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

QN9090 - How to bypass Press switch option and go into Advertising state directly on BLE example

Jump to solution
1,263 Views
blas_m
Contributor III

Hello there,

I am trying to move into Advertising state after power up the QN9090 device without having to press the USER INTERFACE button, how could that be done?
for instance using  as a base example design the private_profile_server_bm example design.

0 Kudos
Reply
1 Solution
1,229 Views
blas_m
Contributor III
Just realise the solution is on the last post.
Calling BleApp_Start() from BleApp_Config(), by passes the USER INTERFACE switch

View solution in original post

0 Kudos
Reply
2 Replies
1,230 Views
blas_m
Contributor III
Just realise the solution is on the last post.
Calling BleApp_Start() from BleApp_Config(), by passes the USER INTERFACE switch
0 Kudos
Reply
1,242 Views
blas_m
Contributor III
The "Bluetooth® Low Energy Application Developer’s Guide" mentions that BLE Applications call the following sequence of functions:
1st) BleApp_Init()
2nd) BleApp_Config()
3rd) BleApp_Start()
It is at BleAPP_Start() when the device enters into Advertising state. So how would be possible to move from BleApp_Config() to BleApp_Start() without having to press the USER INTERFACE button?
0 Kudos
Reply