bgtc: Update to 12.x and implement OpenTaskService
This commit is contained in:
parent
6af7bd02b2
commit
5ce0e127da
4 changed files with 36 additions and 1 deletions
|
@ -212,6 +212,7 @@ void DebuggerBackend::Write(const Entry& entry) {
|
|||
SUB(Service, ARP) \
|
||||
SUB(Service, BCAT) \
|
||||
SUB(Service, BPC) \
|
||||
SUB(Service, BGTC) \
|
||||
SUB(Service, BTDRV) \
|
||||
SUB(Service, BTM) \
|
||||
SUB(Service, Capture) \
|
||||
|
|
|
@ -66,6 +66,7 @@ enum class Class : ClassType {
|
|||
Service_ARP, ///< The ARP service
|
||||
Service_Audio, ///< The Audio (Audio control) service
|
||||
Service_BCAT, ///< The BCAT service
|
||||
Service_BGTC, ///< The BGTC (Background Task Controller) service
|
||||
Service_BPC, ///< The BPC service
|
||||
Service_BTDRV, ///< The Bluetooth driver service
|
||||
Service_BTM, ///< The BTM service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue