OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_descr_type
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c
465
if (p_data->api_read.
p_descr_type
)
480
if (p_data->api_read.
p_descr_type
)
484
p_buf->
p_descr_type
= (tBTA_GATT_ID *)(p_buf + 1);
485
memcpy(p_buf->
p_descr_type
, p_data->api_read.
p_descr_type
,
494
if (p_data->api_write.
p_descr_type
)
506
if (p_data->api_write.
p_descr_type
)
508
p_buf->
p_descr_type
= (tBTA_GATT_ID *)(p_buf + 1);
509
memcpy(p_buf->
p_descr_type
, p_data->api_write.
p_descr_type
,
[
all
...]
bta_gattc_api.c
549
p_buf->
p_descr_type
= NULL;
585
p_buf->
p_descr_type
= (tBTA_GATT_ID *)(p_buf + 1);
587
memcpy(p_buf->
p_descr_type
, &p_descr_id->descr_id, sizeof(tBTA_GATT_ID));
725
p_buf->
p_descr_type
= (tBTA_GATT_ID *)(p_buf + 1);
726
memcpy(p_buf->
p_descr_type
, &p_char_descr_id->descr_id, sizeof(tBTA_GATT_ID));
731
p_buf->p_value = (UINT8 *)(p_buf->
p_descr_type
+ 1);
[
all
...]
bta_gattc_act.c
993
p_data->api_read.
p_descr_type
)) == 0)
[
all
...]
bta_gattc_int.h
130
tBTA_GATT_ID *
p_descr_type
;
member in struct:__anon2943
139
tBTA_GATT_ID *
p_descr_type
;
member in struct:__anon2944
bta_gattc_cache.c
[
all
...]
Completed in 70 milliseconds