OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_PAN_STATUS
(Results
1 - 4
of
4
) sorted by null
/system/bt/bta/include/
bta_pan_api.h
38
typedef UINT8
tBTA_PAN_STATUS
;
72
tBTA_PAN_STATUS
status; /* status of set role event */
90
tBTA_PAN_STATUS
status; /* status of open event */
bta_pan_co.h
185
extern void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication,
tBTA_PAN_STATUS
result,
197
extern void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication,
tBTA_PAN_STATUS
result,
/system/bt/btif/co/
bta_pan_co.c
325
void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication,
tBTA_PAN_STATUS
result,
346
void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication,
tBTA_PAN_STATUS
result,
/system/bt/bta/pan/
bta_pan_act.c
221
bta_pan_co_pfilt_ind(handle, indication, (
tBTA_PAN_STATUS
)((result == BNEP_SUCCESS) ? BTA_PAN_SUCCESS : BTA_PAN_FAIL),
242
bta_pan_co_mfilt_ind(handle, indication, (
tBTA_PAN_STATUS
)((result == BNEP_SUCCESS) ? BTA_PAN_SUCCESS : BTA_PAN_FAIL),
Completed in 1615 milliseconds