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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 384 tGATTS_SRV_CHG *p_srv_chg_clt=NULL;
615 tGATTS_SRV_CHG *p_srv_chg_clt=NULL;
674 tGATTS_SRV_CHG *p_srv_chg_clt=NULL;
929 tGATTS_SRV_CHG *p_buf;
931 tGATTS_SRV_CHG srv_chg_clt;
993 void gatt_chk_srv_chg(tGATTS_SRV_CHG *p_srv_chg_clt)
1024 tGATTS_SRV_CHG srv_chg_clt;
    [all...]
gatt_utils.c 127 tGATTS_SRV_CHG *p_buf;
155 tGATTS_SRV_CHG *p_buf = (tGATTS_SRV_CHG *)GKI_getfirst(&gatt_cb.srv_chg_clt_q);
166 memcpy(&req.srv_chg, p_buf, sizeof(tGATTS_SRV_CHG));
170 p_buf = (tGATTS_SRV_CHG *)GKI_getnext(p_buf);
261 tGATTS_SRV_CHG *gatt_add_srv_chg_clt(tGATTS_SRV_CHG *p_srv_chg)
263 tGATTS_SRV_CHG *p_buf;
265 if ((p_buf = (tGATTS_SRV_CHG *)GKI_getbuf((UINT16)sizeof(tGATTS_SRV_CHG))) != NULL
    [all...]
gatt_int.h 536 extern void gatt_chk_srv_chg(tGATTS_SRV_CHG *p_srv_chg_clt);
571 extern tGATTS_SRV_CHG *gatt_is_bda_in_the_srv_chg_clt_list (BD_ADDR bda);
592 extern tGATTS_SRV_CHG *gatt_add_srv_chg_clt(tGATTS_SRV_CHG *p_srv_chg);
gatt_sr.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 612 } tGATTS_SRV_CHG;
617 tGATTS_SRV_CHG srv_chg;
623 tGATTS_SRV_CHG srv_chg;
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 446 typedef tGATTS_SRV_CHG tBTA_GATTS_SRV_CHG;
    [all...]

Completed in 32 milliseconds