HomeSort by relevance Sort by last modified time
    Searched full:bta_ag_send_result (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 324 ** Function bta_ag_send_result
332 static void bta_ag_send_result(tBTA_AG_SCB *p_scb, UINT8 code, char *p_arg, function
385 APPL_TRACE_DEBUG("bta_ag_send_result: %s", buf);
469 bta_ag_send_result(p_scb, BTA_AG_RES_OK, NULL, 0);
487 bta_ag_send_result(p_scb, BTA_AG_RES_CMEE, NULL, errcode);
489 bta_ag_send_result(p_scb, BTA_AG_RES_ERROR, NULL, 0);
574 bta_ag_send_result(p_scb, BTA_AG_RES_CIEV, str, 0);
948 bta_ag_send_result(p_scb, BTA_AG_RES_CHLD, p_bta_ag_cfg->chld_val_ecc, 0);
950 bta_ag_send_result(p_scb, BTA_AG_RES_CHLD, p_bta_ag_cfg->chld_val, 0);
1002 bta_ag_send_result(p_scb, BTA_AG_RES_CIND, p_bta_ag_cfg->cind_info, 0)
    [all...]

Completed in 199 milliseconds