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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 101 cl_req.find_type_value.uuid.len = 2;
102 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
103 cl_req.find_type_value.s_handle = p_clcb->s_handle;
104 cl_req.find_type_value.e_handle = p_clcb->e_handle;
105 cl_req.find_type_value.value_len = p_clcb->uuid.len;
109 cl_req.find_type_value.value_len = LEN_UUID_128;
110 gatt_convert_uuid32_to_uuid128(cl_req.find_type_value.value, p_clcb->uuid.uu.uuid32);
113 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:__anon5895

Completed in 3372 milliseconds