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

  /external/bluetooth/bluedroid/btif/co/
bta_gatts_co.c 39 tBTA_GATTS_SRV_CHG srv_chg[BTIF_GATTS_MAX_SRV_CHG_CLT_SIZE];
80 memcpy(&p_cb->srv_chg[p_cb->num_clients], &p_req->srv_chg, sizeof(tBTA_GATTS_SRV_CHG));
94 memcpy(&p_cb->srv_chg[i], &p_req->srv_chg, sizeof(tBTA_GATTS_SRV_CHG));
117 memcpy(&p_cb->srv_chg[j], &p_cb->srv_chg[j+1], sizeof(tBTA_GATTS_SRV_CHG));
123 memset(&p_cb->srv_chg[last_idx], 0, sizeof(tBTA_GATTS_SRV_CHG));
141 memcpy(&p_rsp->srv_chg, &p_cb->srv_chg[idx], sizeof(tBTA_GATTS_SRV_CHG));
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 459 typedef tGATTS_SRV_CHG tBTA_GATTS_SRV_CHG;
    [all...]

Completed in 40 milliseconds