OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incl_handle
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_db.c
281
if (p_attr16->p_value->
incl_handle
.service_type.len == LEN_UUID_16)
288
UINT16_TO_STREAM(p, p_attr16->p_value->
incl_handle
.s_handle);
289
UINT16_TO_STREAM(p, p_attr16->p_value->
incl_handle
.e_handle);
291
if (p_attr16->p_value->
incl_handle
.service_type.len == LEN_UUID_16)
293
UINT16_TO_STREAM(p, p_attr16->p_value->
incl_handle
.service_type.uu.uuid16);
470
p_attr->p_value->
incl_handle
.s_handle = s_handle;
471
p_attr->p_value->
incl_handle
.e_handle = e_handle;
472
memcpy(&p_attr->p_value->
incl_handle
.service_type, &service, sizeof(tBT_UUID));
[
all
...]
gatt_int.h
162
tGATT_INCL_SRVC
incl_handle
; /* included service */
member in union:__anon5904
/external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c
96
uint16_t
incl_handle
;
member in struct:__anon5698
455
BTA_GATTS_AddIncludeService(p_cb->srvc_handle, p_cb->
incl_handle
);
582
btif_cb.
incl_handle
= (uint16_t) included_handle;
Completed in 563 milliseconds