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.c 102 cl_req.find_type_value.uuid.len = 2;
103 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
104 cl_req.find_type_value.s_handle = p_clcb->s_handle;
105 cl_req.find_type_value.e_handle = p_clcb->e_handle;
106 cl_req.find_type_value.value_len = p_clcb->uuid.len;
110 cl_req.find_type_value.value_len = LEN_UUID_128;
111 gatt_convert_uuid32_to_uuid128(cl_req.find_type_value.value, p_clcb->uuid.uu.uuid32);
114 memcpy (cl_req.find_type_value.value, &p_clcb->uuid.uu, p_clcb->uuid.len);
    [all...]
att_protocol.c 610 p_cmd = attp_build_read_by_type_value_cmd(p_tcb->payload_size, &p_msg->find_type_value);
gatt_int.h 117 tGATT_FIND_TYPE_VALUE find_type_value;/* find by type value */ member in union:__anon69374

Completed in 776 milliseconds