OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ok_flag
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_hf.c
261
static void send_at_result(UINT8
ok_flag
, UINT16 errcode, int idx)
266
ag_res.
ok_flag
=
ok_flag
;
267
if (
ok_flag
== BTA_AG_OK_ERROR)
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_ag_api.h
122
/* HFP errcode - Set when BTA_AG_OK_ERROR is returned in '
ok_flag
' */
184
/* HFP result data '
ok_flag
' */
215
UINT16 errcode; /* Valid only if '
ok_flag
' is set to BTA_AG_OK_ERROR */
216
UINT8
ok_flag
; /* Indicates if response is finished, and if error occurred */
member in struct:__anon5290
Completed in 3445 milliseconds