OSDN Git Service

GKI cleanup - removed PORT_SCHEDULE_LOCK / UNLOCK macros
authorPavlin Radoslavov <pavlin@google.com>
Mon, 28 Sep 2015 06:27:10 +0000 (23:27 -0700)
committerScott James Remnant <keybuk@google.com>
Mon, 19 Oct 2015 17:36:33 +0000 (10:36 -0700)
commite29c3430bfee2d92ba09c3cb4780a577ffc90712
tree5551412680cf6d87766e52f32a775e412967731f
parent258c2538e3b62a8cdb403f2730c45d721e5292b4
GKI cleanup - removed PORT_SCHEDULE_LOCK / UNLOCK macros

Removed macros PORT_SCHEDULE_LOCK and PORT_SCHEDULE_UNLOCK
and replaced them with direct calls to mutex_global_lock()
and mutex_global_unlock() respectively.

Change-Id: I84a365feec239612b2224f029ae59f260cdb24a4
include/bt_target.h
stack/rfcomm/port_api.c
stack/rfcomm/port_rfc.c
stack/rfcomm/port_utils.c