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

  /system/bt/bta/gatt/
bta_gattc_act.c 226 status = BTA_GATT_OK;
477 BTA_GATT_OK,
571 status = BTA_GATT_OK;
586 status = BTA_GATT_OK;
593 if (status != BTA_GATT_OK)
619 cb_data.status = BTA_GATT_OK;
650 cb_data.status = BTA_GATT_OK;
718 bta_gattc_reset_discover_st(p_clcb->p_srcb, BTA_GATT_OK);
747 BTA_GATT_OK,
899 p_cb->clcb[i].status = BTA_GATT_OK;
    [all...]
bta_gatts_act.c 186 tBTA_GATT_STATUS status = BTA_GATT_OK;
207 if (status == BTA_GATT_OK)
298 status = BTA_GATT_OK;
360 cb_data.create.status = BTA_GATT_OK;
406 cb_data.add_result.status = BTA_GATT_OK;
442 cb_data.add_result.status = BTA_GATT_OK;
478 cb_data.add_result.status = BTA_GATT_OK;
510 cb_data.srvc_oper.status = BTA_GATT_OK;
544 cb_data.srvc_oper.status = BTA_GATT_OK;
573 cb_data.srvc_oper.status = BTA_GATT_OK;
    [all...]
bta_gattc_api.c 615 status = BTA_GATT_OK;
619 if (status != BTA_GATT_OK)
631 status = BTA_GATT_OK;
685 return BTA_GATT_OK;
bta_gattc_cache.c 175 return BTA_GATT_OK;
225 return BTA_GATT_OK;
262 return BTA_GATT_OK;
329 return BTA_GATT_OK;
520 bta_gattc_reset_discover_st(p_clcb->p_srcb, BTA_GATT_OK);
651 tBTA_GATT_STATUS status = BTA_GATT_OK;
690 tBTA_GATT_STATUS status = BTA_GATT_OK;
847 return BTA_GATT_OK;
    [all...]
bta_gattc_utils.c 231 p_clcb->status = BTA_GATT_OK;
  /system/bt/bta/hh/
bta_hh_le.c 372 if (p_reg->status == BTA_GATT_OK)
705 if (p_data->status == BTA_GATT_OK &&
759 if (p_data->status == BTA_GATT_OK &&
    [all...]
  /system/bt/btif/src/
btif_gatt_util.c 219 if (( p_src->status == BTA_GATT_OK ) &&(p_src->p_value != NULL))
btif_gatt_client.c 550 if (p_data->open.status == BTA_GATT_OK)
644 (p_btif_cb->status == BTA_GATT_OK) ?
657 (p_btif_cb->status == BTA_GATT_OK) ?
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 61 #define BTA_GATT_OK GATT_SUCCESS
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]

Completed in 62 milliseconds