Searched refs:BTA_GATT_ERROR (Results 1 - 7 of 7) sorted by relevance

/system/bt/btif/co/
H A Dbta_gattc_co.c93 status = BTA_GATT_ERROR;
118 tBTA_GATT_STATUS status = BTA_GATT_ERROR;
/system/bt/bta/gatt/
H A Dbta_gatts_act.c300 tBTA_GATT_STATUS status = BTA_GATT_ERROR;
350 cb_data.create.status = BTA_GATT_ERROR;
384 cb_data.status = BTA_GATT_ERROR;
429 cb_data.add_result.status = BTA_GATT_ERROR;
467 cb_data.add_result.status = BTA_GATT_ERROR;
505 cb_data.add_result.status = BTA_GATT_ERROR;
538 cb_data.srvc_oper.status = BTA_GATT_ERROR;
571 cb_data.srvc_oper.status = BTA_GATT_ERROR;
707 tBTA_GATT_STATUS status= BTA_GATT_ERROR;
747 tBTA_GATT_STATUS status= BTA_GATT_ERROR;
[all...]
H A Dbta_gattc_act.c208 status = BTA_GATT_ERROR;
408 cb_data.status = BTA_GATT_ERROR;
462 cb_data.status=BTA_GATT_ERROR;
504 BTA_GATT_ERROR,
571 status = BTA_GATT_ERROR;
619 cb_data.status = BTA_GATT_ERROR;
684 cb_data.status = BTA_GATT_ERROR;
774 cb_data.close.status = BTA_GATT_ERROR;
865 bta_gattc_reset_discover_st(p_clcb->p_srcb, BTA_GATT_ERROR);
1106 op_cmpl.status = BTA_GATT_ERROR;
[all...]
H A Dbta_gattc_cache.c470 tBTA_GATT_STATUS status = BTA_GATT_ERROR;
907 tBTA_GATT_STATUS status = BTA_GATT_ERROR;
1299 tBTA_GATT_STATUS status = BTA_GATT_ERROR;
1430 ** Returns BTA_GATT_ERROR is no recording found. BTA_GATT_OK if record found.
1462 status = BTA_GATT_ERROR;
1470 status = (p_clcb->state == BTA_GATTC_DISCOVER_ST) ? BTA_GATT_BUSY : BTA_GATT_ERROR;
H A Dbta_gattc_api.c1000 status = BTA_GATT_ERROR;
/system/bt/bta/include/
H A Dbta_gatt_api.h85 #define BTA_GATT_ERROR GATT_ERROR /* 0x85 */ macro
/system/bt/bta/dm/
H A Dbta_dm_act.c5642 bta_dm_gatt_disc_complete(bta_dm_search_cb.conn_id, (tBTA_GATT_STATUS) BTA_GATT_ERROR);
5729 bta_dm_gatt_disc_complete((UINT16)BTA_GATT_INVALID_CONN_ID, (tBTA_GATT_STATUS) BTA_GATT_ERROR);

Completed in 140 milliseconds