![]() |
![]() |
|
TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
Data Structures | |
| struct | ugapMonitorCBs_t |
| Set of Observer callbacks - must be setup by the application. More... | |
Typedefs | |
| typedef void(* | ugapMonitorCompleteCb_t) (bStatus_t status, uint8_t sessionId) |
| Callback of when a scan monitoring has just been done. More... | |
| typedef void(* | ugapMonitorIndicationCb_t) (bStatus_t status, uint8_t sessionId, uint8_t len, uint8_t *pPayload) |
| Callback of when a packet is received. More... | |
| typedef void(* | ugapMonitorStateChangeCb_t) (ugapMonitorState_t state) |
| Callback of when the Monitor's state changes. More... | |
| typedef void(* ugapMonitorCompleteCb_t) (bStatus_t status, uint8_t sessionId) |
Callback of when a scan monitoring has just been done.
| status | status of a scan |
| sessionId | session ID |
| typedef void(* ugapMonitorIndicationCb_t) (bStatus_t status, uint8_t sessionId, uint8_t len, uint8_t *pPayload) |
Callback of when a packet is received.
| status | status of a monitoring scan |
| sessionId | session ID |
| len | length of the payload |
| pPayload | pointer to payload |
| typedef void(* ugapMonitorStateChangeCb_t) (ugapMonitorState_t state) |
Callback of when the Monitor's state changes.
| state | Micro GAP Monitor Structures |