OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tGATT_READ_PARAM
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
470
}
tGATT_READ_PARAM
;
[
all
...]
/external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c
201
tGATT_READ_PARAM
param;
203
memset(¶m, 0, sizeof(
tGATT_READ_PARAM
));
/external/bluetooth/bluedroid/stack/gap/
gap_ble.c
745
tGATT_READ_PARAM
param;
747
memset(¶m, 0, sizeof(
tGATT_READ_PARAM
));
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c
982
tGATT_READ_PARAM
read_param;
985
memset (&read_param, 0 ,sizeof(
tGATT_READ_PARAM
));
[
all
...]
/external/bluetooth/bluedroid/stack/gatt/
gatt_api.c
885
tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type,
tGATT_READ_PARAM
*p_read)
[
all
...]
Completed in 1181 milliseconds