Bluetooth Driver services: Difference between revisions
No edit summary |
No edit summary |
||
Line 900: | Line 900: | ||
|- | |- | ||
| 13 || || | | 13 || || | ||
|} | |||
= ConnectionEventType = | |||
This is the event value in [[#EventInfo]] when [[#EventType]] is type7. | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Name | |||
! Description | |||
|- | |||
| 0 || || Connection status. | |||
|- | |||
| 1 || || Triggered by BSA_SEC_SP_CFM_REQ_EVT: SSP confirm request. | |||
|- | |||
| 2 || || Triggered by BSA_SEC_SUSPENDED_EVT: ACL Link is now Suspended. | |||
|} | |} | ||
Line 1,082: | Line 1,098: | ||
! Description | ! Description | ||
|- | |- | ||
| 0x0 || 0x4 || Status, always 0 except with event0: 2 = ACL Link | | 0x0 || 0x4 || Status, always 0 except with [[#ConnectionEventType|event0]]: 2 = ACL Link is now Resumed (BSA_SEC_RESUMED_EVT), 9 = connection failed (pairing/authentication failed, or opening the hid connection failed). | ||
|- | |- | ||
| 0x4 || 0x6 || Device [[#Address|address]]. | | 0x4 || 0x6 || Device [[#Address|address]]. | ||
Line 1,088: | Line 1,104: | ||
| 0xA || 0x2 || Padding | | 0xA || 0x2 || Padding | ||
|- | |- | ||
| 0xC || 0x4 || | | 0xC || 0x4 || [[#ConnectionEventType]] | ||
|} | |} | ||