OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lpm
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/hci/
Android.mk
7
src/
lpm
.c \
/external/bluetooth/bluedroid/hci/include/
bt_hci_lib.h
111
/*
lpm
enable/disable callback */
137
/* notifies caller result of
lpm
enable/disable */
173
int (*
lpm
)(bt_hc_low_power_event_t event);
member in struct:__anon718
/external/bluetooth/bluedroid/main/
bte_main.c
447
result = bt_hc_if->
lpm
( \
451
APPL_TRACE_EVENT2("HC lib
lpm
enable=%d return %d", enable, result);
468
result = bt_hc_if->
lpm
(BT_HC_LPM_WAKE_DEASSERT);
470
APPL_TRACE_DEBUG1("HC lib
lpm
deassertion return %d", result);
487
result = bt_hc_if->
lpm
(BT_HC_LPM_WAKE_ASSERT);
489
APPL_TRACE_DEBUG1("HC lib
lpm
assertion return %d", result);
594
** back from the libbt-hci to indicate the current
LPM
state
/external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c
273
static int
lpm
(bt_hc_low_power_event_t event)
function
405
lpm
,
/device/lge/hammerhead/
init.hammerhead.rc
60
# bluetooth
LPM
61
chown bluetooth net_bt_stack /proc/bluetooth/sleep/
lpm
Completed in 39 milliseconds