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

  /external/bluetooth/bluedroid/btif/co/
bta_gattc_co.c 49 tBTA_GATT_STATUS status = BTA_GATT_OK;
97 tBTA_GATT_STATUS status = BTA_GATT_OK;
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 109 tBTA_GATT_STATUS status = BTA_GATT_OK;
150 tBTA_GATT_STATUS status = BTA_GATT_OK;
182 tBTA_GATT_STATUS status = BTA_GATT_OK;
203 if (status == BTA_GATT_OK)
303 status = BTA_GATT_OK;
364 cb_data.create.status = BTA_GATT_OK;
414 cb_data.add_result.status = BTA_GATT_OK;
452 cb_data.add_result.status = BTA_GATT_OK;
490 cb_data.add_result.status = BTA_GATT_OK;
522 cb_data.srvc_oper.status = BTA_GATT_OK;
    [all...]
bta_gattc_act.c 218 status = BTA_GATT_OK;
465 BTA_GATT_OK,
549 status = BTA_GATT_OK;
562 status = BTA_GATT_OK;
569 if (status != BTA_GATT_OK)
594 cb_data.status = BTA_GATT_OK;
624 cb_data.status = BTA_GATT_OK;
708 BTA_GATT_OK,
839 p_cb->clcb[i].status = BTA_GATT_OK;
892 if ((p_clcb->status = bta_gattc_init_cache(p_clcb->p_srcb)) == BTA_GATT_OK)
    [all...]
bta_gattc_api.c 297 == BTA_GATT_OK)
341 == BTA_GATT_OK)
384 == BTA_GATT_OK)
429 == BTA_GATT_OK)
471 == BTA_GATT_OK)
513 == BTA_GATT_OK)
893 status = BTA_GATT_OK;
    [all...]
bta_gattc_cache.c 171 tBTA_GATT_STATUS status = BTA_GATT_OK;
300 tBTA_GATT_STATUS status = BTA_GATT_OK;
354 tBTA_GATT_STATUS status = BTA_GATT_OK;
728 tBTA_GATT_STATUS status = BTA_GATT_OK;
770 tBTA_GATT_STATUS status = BTA_GATT_OK;
915 status = BTA_GATT_OK;
    [all...]
bta_gattc_utils.c 226 p_clcb->status = BTA_GATT_OK;
764 tBTA_GATT_STATUS status = BTA_GATT_OK;
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 234 if (p_reg->status == BTA_GATT_OK)
611 &descr_id) == BTA_GATT_OK)
708 if (p_data->status == BTA_GATT_OK &&
748 if (p_data->status == BTA_GATT_OK &&
907 &descr_id) == BTA_GATT_OK)
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 235 if (( p_src->status == BTA_GATT_OK ) &&(p_src->p_value != NULL))
btif_gatt_client.c 441 if (p_data->open.status == BTA_GATT_OK)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 60 #define BTA_GATT_OK GATT_SUCCESS
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 368 milliseconds