OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_read_multi
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c
602
**
p_read_multi
- pointer to the read multiple parameter.
607
void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *
p_read_multi
,
613
p_read_multi
->num_attr * sizeof(tBTA_GATTC_ATTR_ID));
624
p_buf->num_attr =
p_read_multi
->num_attr;
632
memcpy(p_value, &
p_read_multi
->id_list[i], sizeof(tBTA_GATTC_ATTR_ID));
[
all
...]
/external/bluetooth/bluedroid/stack/gatt/
gatt_api.c
889
tGATT_READ_MULTI *
p_read_multi
;
local
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
[
all
...]
Completed in 58 milliseconds