Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 1106858: Porting android lollipop for bluetoothd. #3

Closed
wants to merge 1 commit into from
Closed

Bug 1106858: Porting android lollipop for bluetoothd. #3

wants to merge 1 commit into from

Conversation

BruceSunMozilla
Copy link
Contributor

Porting bluetoothd to android lollipop by extending IPC protocol to bluez 5.26.

alarm_cb cb ATTRIBS(UNUSED),
void *data ATTRIBS(UNUSED))
{
/* FIXME: need to be implemented in later patches */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not happy with all these TODOs and FIXMEs in your patches. I'd rather have a patch that does the whole job for a part of the program, that a patch that finishes everything just half.

@BruceSunMozilla
Copy link
Contributor Author

Close this pull request since one new pull request has been issued:

@BruceSunMozilla BruceSunMozilla deleted the bug1106858_lollipop_porting branch January 13, 2015 06:50
tdz referenced this pull request in tdz/platform_system_bluetoothd Jan 16, 2015
Processing the command PDUs in bluetoothd is now protected by a
wakelock. This prevents the system from sleeping while Bluetooth
performs and operation. The wakelock persists until the command
PDU has been handled. Bluedroid is responsible for keeping the
system running if long-running operations require it.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants