Searched refs:op_subtype (Results 1 – 5 of 5) sorted by relevance
83 UINT8 op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; in gatt_act_discovery()94 if (disc_type_to_uuid[p_clcb->op_subtype] != 0) in gatt_act_discovery()97 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype]; in gatt_act_discovery()100 … if (p_clcb->op_subtype == GATT_DISC_SRVC_BY_UUID) /* fill in the FindByTypeValue request info*/ in gatt_act_discovery()103 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype]; in gatt_act_discovery()146 switch (p_clcb->op_subtype) in gatt_act_read()153 if (p_clcb->op_subtype == GATT_READ_BY_TYPE) in gatt_act_read()182 p_clcb->op_subtype &= ~ 0x80; in gatt_act_read()199 p_clcb->op_subtype &= ~ 0x90; in gatt_act_read()203 GATT_TRACE_ERROR("Unknown read type: %d", p_clcb->op_subtype); in gatt_act_read()[all …]
1207 p_clcb->op_subtype == GATT_DISC_SRVC_ALL) { in gatt_start_rsp_timer()1271 p_clcb->op_subtype == GATT_DISC_SRVC_ALL && in gatt_rsp_timeout()2183 status, p_clcb->operation, p_clcb->op_subtype); in gatt_end_operation()2202 if (p_clcb->op_subtype == GATT_WRITE_PREPARE) in gatt_end_operation()2220 disc_type = p_clcb->op_subtype; in gatt_end_operation()
866 p_clcb->op_subtype = disc_type; in GATTC_Discover()921 p_clcb->op_subtype = type; in GATTC_Read()1008 p_clcb->op_subtype = type; in GATTC_Write()
372 (p_clcb->op_subtype == GATT_WRITE_NO_RSP)) in gatt_determine_sec_act()
408 UINT8 op_subtype; /* operation subtype */ member