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
387
tGATTS_SRV_CHG
*p_srv_chg_clt=NULL;
613
tGATTS_SRV_CHG
*p_srv_chg_clt=NULL;
669
tGATTS_SRV_CHG
*p_srv_chg_clt=NULL;
928
tGATTS_SRV_CHG
*p_buf;
930
tGATTS_SRV_CHG
srv_chg_clt;
992
void gatt_chk_srv_chg(
tGATTS_SRV_CHG
*p_srv_chg_clt)
1018
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
621
}
tGATTS_SRV_CHG
;
626
tGATTS_SRV_CHG
srv_chg;
632
tGATTS_SRV_CHG
srv_chg;
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
459
typedef
tGATTS_SRV_CHG
tBTA_GATTS_SRV_CHG;
[
all
...]
Completed in 217 milliseconds