OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_PAN_CLOSE_EVT
(Results
1 - 3
of
3
) sorted by null
/system/bt/bta/include/
bta_pan_api.h
46
#define
BTA_PAN_CLOSE_EVT
4 /* Connection has been closed. */
96
/* Event associated with
BTA_PAN_CLOSE_EVT
*/
/system/bt/bta/pan/
bta_pan_act.c
607
bta_pan_cb.p_cback(
BTA_PAN_CLOSE_EVT
, (tBTA_PAN *)&data);
/system/bt/btif/src/
btif_pan.c
693
case
BTA_PAN_CLOSE_EVT
:
695
LOG_INFO(LOG_TAG, "%s: event =
BTA_PAN_CLOSE_EVT
handle %d", __FUNCTION__, p_data->close.handle);
Completed in 39 milliseconds