OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_pan_co_close
(Results
1 - 3
of
3
) sorted by null
/system/bt/bta/include/
bta_pan_co.h
85
** Function
bta_pan_co_close
94
extern void
bta_pan_co_close
(UINT16 handle, UINT8 app_id);
/system/bt/btif/co/
bta_pan_co.c
111
** Function
bta_pan_co_close
120
void
bta_pan_co_close
(UINT16 handle, UINT8 app_id)
function
122
BTIF_TRACE_API("
bta_pan_co_close
:app_id:%d, handle:%d", app_id, handle);
126
BTIF_TRACE_DEBUG("
bta_pan_co_close
");
/system/bt/bta/pan/
bta_pan_act.c
444
bta_pan_co_close
(p_scb->handle, p_scb->app_id);
Completed in 56 milliseconds