OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tGATTS_SRV_CHG
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_main.c
388
tGATTS_SRV_CHG
*p_srv_chg_clt=NULL;
670
tGATTS_SRV_CHG
*p_srv_chg_clt=NULL;
726
tGATTS_SRV_CHG
*p_srv_chg_clt=NULL;
998
tGATTS_SRV_CHG
*p_buf;
1000
tGATTS_SRV_CHG
srv_chg_clt;
[
all
...]
gatt_utils.c
128
tGATTS_SRV_CHG
*p_buf;
156
tGATTS_SRV_CHG
*p_buf = (
tGATTS_SRV_CHG
*)GKI_getfirst(&gatt_cb.srv_chg_clt_q);
167
memcpy(&req.srv_chg, p_buf, sizeof(
tGATTS_SRV_CHG
));
171
p_buf = (
tGATTS_SRV_CHG
*)GKI_getnext(p_buf);
262
tGATTS_SRV_CHG
*gatt_add_srv_chg_clt(
tGATTS_SRV_CHG
*p_srv_chg)
264
tGATTS_SRV_CHG
*p_buf;
266
if ((p_buf = (
tGATTS_SRV_CHG
*)GKI_getbuf((UINT16)sizeof(
tGATTS_SRV_CHG
))) != NULL
[
all
...]
gatt_int.h
566
extern void gatt_chk_srv_chg(
tGATTS_SRV_CHG
*p_srv_chg_clt);
599
extern
tGATTS_SRV_CHG
*gatt_is_bda_in_the_srv_chg_clt_list (BD_ADDR bda);
621
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
626
}
tGATTS_SRV_CHG
;
631
tGATTS_SRV_CHG
srv_chg;
637
tGATTS_SRV_CHG
srv_chg;
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
505
typedef
tGATTS_SRV_CHG
tBTA_GATTS_SRV_CHG;
[
all
...]
Completed in 35 milliseconds