HomeSort by relevance Sort by last modified time
    Searched refs:ok_flag (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/ag/
bta_ag_cmd.c     [all...]
  /system/bt/btif/src/
btif_hf.c 262 static void send_at_result(UINT8 ok_flag, UINT16 errcode, int idx)
267 ag_res.ok_flag = ok_flag;
268 if (ok_flag == BTA_AG_OK_ERROR)
    [all...]
  /system/bt/bta/include/
bta_ag_api.h 125 /* HFP errcode - Set when BTA_AG_OK_ERROR is returned in 'ok_flag' */
187 /* HFP result data 'ok_flag' */
218 UINT16 errcode; /* Valid only if 'ok_flag' is set to BTA_AG_OK_ERROR */
219 UINT8 ok_flag; /* Indicates if response is finished, and if error occurred */ member in struct:__anon68776

Completed in 1932 milliseconds