Skip to content

Commit

Permalink
host/ble_hs: Add public API for getting the host eventq
Browse files Browse the repository at this point in the history
- This is needed if we want to perform other operations on the host
eventq
- In our specific case we would like to perform all BLE comms related
  work on this eventq
  • Loading branch information
vrahane committed Jan 23, 2024
1 parent ad244b1 commit ba7d3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimble/host/include/host/ble_hs.h
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ void ble_hs_evq_set(struct ble_npl_eventq *evq);
* host uses the default event queue and runs in the main task. This function
* is useful if you want to find out what eventq the host is running on
*
* @param evq The event queue to use for the host work.
* @return evq The event queue thats being used for the host work.
*/
struct ble_npl_eventq *ble_hs_evq_get(void);

Expand Down

0 comments on commit ba7d3fc

Please sign in to comment.