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.cc     [all...]
  /system/bt/btif/src/
btif_hf.cc 229 static void send_at_result(uint8_t ok_flag, uint16_t errcode, int idx) {
233 ag_res.ok_flag = ok_flag;
234 if (ok_flag == BTA_AG_OK_ERROR) {
    [all...]
  /system/bt/bta/include/
bta_ag_api.h 173 /* HFP errcode - Set when BTA_AG_OK_ERROR is returned in 'ok_flag' */
246 /* HFP result data 'ok_flag' */
276 uint16_t errcode; /* Valid only if 'ok_flag' is set to BTA_AG_OK_ERROR */
278 ok_flag; /* Indicates if response is finished, and if error occurred */ member in struct:__anon105567

Completed in 59 milliseconds