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 33 tBTA_GATTS_SRV_CHG srv_chg[BTIF_GATTS_MAX_SRV_CHG_CLT_SIZE];
74 memcpy(&p_cb->srv_chg[p_cb->num_clients], &p_req->srv_chg, sizeof(tBTA_GATTS_SRV_CHG));
88 memcpy(&p_cb->srv_chg[i], &p_req->srv_chg, sizeof(tBTA_GATTS_SRV_CHG));
111 memcpy(&p_cb->srv_chg[j], &p_cb->srv_chg[j+1], sizeof(tBTA_GATTS_SRV_CHG));
117 memset(&p_cb->srv_chg[last_idx], 0, sizeof(tBTA_GATTS_SRV_CHG));
135 memcpy(&p_rsp->srv_chg, &p_cb->srv_chg[idx], sizeof(tBTA_GATTS_SRV_CHG));
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 446 typedef tGATTS_SRV_CHG tBTA_GATTS_SRV_CHG;
    [all...]

Completed in 39 milliseconds