Searched refs:op_subtype (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_cl.c81 UINT8 op_code = disc_type_to_att_opcode[p_clcb->op_subtype];
92 if (disc_type_to_uuid[p_clcb->op_subtype] != 0)
95 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
98 if (p_clcb->op_subtype == GATT_DISC_SRVC_BY_UUID) /* fill in the FindByTypeValue request info*/
101 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
137 switch (p_clcb->op_subtype)
144 if (p_clcb->op_subtype == GATT_READ_BY_TYPE)
173 p_clcb->op_subtype &= ~ 0x80;
190 p_clcb->op_subtype &= ~ 0x90;
194 GATT_TRACE_ERROR1("Unknown read type: %d", p_clcb->op_subtype);
[all...]
H A Dgatt_auth.c371 (p_clcb->op_subtype == GATT_WRITE_NO_RSP))
H A Dgatt_api.c857 p_clcb->op_subtype = disc_type;
913 p_clcb->op_subtype = type;
999 p_clcb->op_subtype = type;
H A Dgatt_utils.c2029 status, p_clcb->operation, p_clcb->op_subtype);
2047 if (p_clcb->op_subtype == GATT_WRITE_PREPARE)
2065 disc_type = p_clcb->op_subtype;
H A Dgatt_int.h395 UINT8 op_subtype; /* operation subtype */ member in struct:__anon1164

Completed in 363 milliseconds