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 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
461
}
tGATT_READ_PARAM
;
[
all
...]
/external/bluetooth/bluedroid/stack/gap/
gap_ble.c
744
tGATT_READ_PARAM
param;
746
memset(¶m, 0, sizeof(
tGATT_READ_PARAM
));
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c
928
tGATT_READ_PARAM
read_param;
931
memset (&read_param, 0 ,sizeof(
tGATT_READ_PARAM
));
973
tGATT_READ_PARAM
read_param;
981
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 175 milliseconds