Home
last modified time | relevance | path

Searched refs:incl_handle (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/gatt/
Dgatt_db.c276 if (p_attr16->p_value->incl_handle.service_type.len == LEN_UUID_16) in read_attr_value()
283 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.s_handle); in read_attr_value()
284 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.e_handle); in read_attr_value()
286 if (p_attr16->p_value->incl_handle.service_type.len == LEN_UUID_16) in read_attr_value()
288 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16); in read_attr_value()
459 p_attr->p_value->incl_handle.s_handle = s_handle; in gatts_add_included_service()
460 p_attr->p_value->incl_handle.e_handle = e_handle; in gatts_add_included_service()
461 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeof(tBT_UUID)); in gatts_add_included_service()
Dgatt_int.h162 tGATT_INCL_SRVC incl_handle; /* included service */ member
/system/bt/btif/src/
Dbtif_gatt_server.c94 uint16_t incl_handle; member
455 BTA_GATTS_AddIncludeService(p_cb->srvc_handle, p_cb->incl_handle); in btgatts_handle_event()
582 btif_cb.incl_handle = (uint16_t) included_handle; in btif_gatts_add_included_service()