OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_HH_ENABLE_EVT
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/bta/include/
bta_hh_api.h
44
#define
BTA_HH_ENABLE_EVT
0 /* HH enabled */
303
tBTA_HH_STATUS status; /*
BTA_HH_ENABLE_EVT
*/
/external/bluetooth/bluedroid/btif/src/
btif_util.c
333
CASE_RETURN_STR(
BTA_HH_ENABLE_EVT
)
btif_hh.c
782
case
BTA_HH_ENABLE_EVT
:
783
BTIF_TRACE_DEBUG2("%s:
BTA_HH_ENABLE_EVT
: status =%d",__FUNCTION__, p_data->status);
792
BTIF_TRACE_WARNING1("
BTA_HH_ENABLE_EVT
: Error, HH enabling failed, status = %d", p_data->status);
[
all
...]
/external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c
107
(* bta_hh_cb.p_cback)(
BTA_HH_ENABLE_EVT
, (tBTA_HH *)&status);
[
all
...]
bta_hh_le.c
236
(* bta_hh_cb.p_cback)(
BTA_HH_ENABLE_EVT
, (tBTA_HH *)&status);
[
all
...]
Completed in 96 milliseconds