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

  /system/bt/stack/gatt/
gatt_cl.cc 78 uint8_t op_code = disc_type_to_att_opcode[p_clcb->op_subtype];
88 if (disc_type_to_uuid[p_clcb->op_subtype] != 0) {
90 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
93 if (p_clcb->op_subtype ==
98 disc_type_to_uuid[p_clcb->op_subtype];
138 switch (p_clcb->op_subtype) {
144 if (p_clcb->op_subtype == GATT_READ_BY_TYPE)
169 p_clcb->op_subtype &= ~0x80;
186 p_clcb->op_subtype &= ~0x90;
190 GATT_TRACE_ERROR("Unknown read type: %d", p_clcb->op_subtype);
    [all...]
gatt_utils.cc 710 p_clcb->op_subtype == GATT_DISC_SRVC_ALL) {
770 p_clcb->op_subtype == GATT_DISC_SRVC_ALL &&
    [all...]
gatt_auth.cc 333 (p_clcb->op_subtype == GATT_WRITE_NO_RSP)) {
gatt_api.cc 820 p_clcb->op_subtype = disc_type;
872 p_clcb->op_subtype = type;
    [all...]
gatt_int.h 319 uint8_t op_subtype; /* operation subtype */ member in struct:__anon106241

Completed in 64 milliseconds