HomeSort by relevance Sort by last modified time
    Searched refs:find_type_value (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/gatt/
gatt_cl.cc 96 cl_req.find_type_value.uuid.len = 2;
97 cl_req.find_type_value.uuid.uu.uuid16 =
99 cl_req.find_type_value.s_handle = p_clcb->s_handle;
100 cl_req.find_type_value.e_handle = p_clcb->e_handle;
101 cl_req.find_type_value.value_len = p_clcb->uuid.len;
104 cl_req.find_type_value.value_len = LEN_UUID_128;
105 gatt_convert_uuid32_to_uuid128(cl_req.find_type_value.value,
108 memcpy(cl_req.find_type_value.value, &p_clcb->uuid.uu,
    [all...]
att_protocol.cc 549 &p_msg->find_type_value);
gatt_int.h 115 tGATT_FIND_TYPE_VALUE find_type_value; /* find by type value */ member in union:__anon106228

Completed in 58 milliseconds