Searched refs:op_subtype (Results 1 – 5 of 5) sorted by relevance
82 uint8_t op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; in gatt_act_discovery()96 if (disc_type_to_uuid[p_clcb->op_subtype] != 0) { in gatt_act_discovery()98 bluetooth::Uuid::From16Bit(disc_type_to_uuid[p_clcb->op_subtype]); in gatt_act_discovery()101 if (p_clcb->op_subtype == in gatt_act_discovery()105 bluetooth::Uuid::From16Bit(disc_type_to_uuid[p_clcb->op_subtype]); in gatt_act_discovery()147 switch (p_clcb->op_subtype) { in gatt_act_read()153 if (p_clcb->op_subtype == GATT_READ_BY_TYPE) in gatt_act_read()177 p_clcb->op_subtype &= ~0x80; in gatt_act_read()194 p_clcb->op_subtype &= ~0x90; in gatt_act_read()198 LOG(ERROR) << "Unknown read type:" << +p_clcb->op_subtype; in gatt_act_read()[all …]
524 p_clcb->op_subtype == GATT_DISC_SRVC_ALL) { in gatt_start_rsp_timer()583 p_clcb->op_subtype == GATT_DISC_SRVC_ALL && in gatt_rsp_timeout()1193 p_clcb->operation, p_clcb->op_subtype); in gatt_end_operation()1208 if (p_clcb->op_subtype == GATT_WRITE_PREPARE) { in gatt_end_operation()1221 disc_type = p_clcb->op_subtype; in gatt_end_operation()
653 p_clcb->op_subtype = disc_type; in GATTC_Discover()708 p_clcb->op_subtype = type; in GATTC_Read()785 p_clcb->op_subtype = type; in GATTC_Write()
321 (p_clcb->op_subtype == GATT_WRITE_NO_RSP)) { in gatt_determine_sec_act()
319 uint8_t op_subtype; /* operation subtype */ member