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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 82 UINT8 op_code = disc_type_to_att_opcode[p_clcb->op_subtype];
93 if (disc_type_to_uuid[p_clcb->op_subtype] != 0)
96 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
99 if (p_clcb->op_subtype == GATT_DISC_SRVC_BY_UUID) /* fill in the FindByTypeValue request info*/
102 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
145 switch (p_clcb->op_subtype)
152 if (p_clcb->op_subtype == GATT_READ_BY_TYPE)
181 p_clcb->op_subtype &= ~ 0x80;
198 p_clcb->op_subtype &= ~ 0x90;
202 GATT_TRACE_ERROR("Unknown read type: %d", p_clcb->op_subtype);
    [all...]
gatt_auth.c 371 (p_clcb->op_subtype == GATT_WRITE_NO_RSP))
gatt_api.c 867 p_clcb->op_subtype = disc_type;
    [all...]
gatt_utils.c     [all...]
gatt_int.h 410 UINT8 op_subtype; /* operation subtype */ member in struct:__anon5917

Completed in 2532 milliseconds